react programming
-
Instructions for creating a Tic-Tac-Toe game using React-Native
learning how to develop a tictactoe game allows you to learn basic styling, user interaction, and more. all will help you improve the basic foundation in react-native. -
How to use Sass in React
sass is an improved version of css that you can use in react projects right now. here is a tutorial on how to use sass in react. -
How to detect clicks outside a React component using a custom hook
most web applications react to click events in different ways, and detecting exactly where the click is is important for the ui to function properly. -
How to create a swipeable interface in a React app using Swiper
swiper is a flexible library that allows you to create swipeable interfaces in react applications. let's explore how to create a swipeable interface in a react app using swiper!