React
Redux Toolkit -The Standard Way to Write Redux
Redux Toolkit, Store, Create Slice, Feature Folder
ReactReduxRedux toolkit
Create a Country Select Component with React
How to create a country select dropdown in React using Material-UI and i18n-iso-countries.
ReactJavascriptMaterial-ui
How to Build a Simple ToDo App in React Native using Redux Toolkit
In this article, we will build a simple todo app using the Redux toolkit in React Native.
React-nativeReduxRedux-toolkit
How to Use Web Workers in React
What are web workers, why use them, and how to implement them in React?
ReactWeb-workerJavascript
How to Handle Network Connection in Your React Native App
React-nativeReactJavascript
How to Dynamically Load Scripts in React
ReactJavascriptWebdev
Implement Debouncing in React in 3 Different Ways
ReactJavascriptDebounce
Implement Dropdown Select Boxes in React Native with Formik
How to make dropdown select boxes in React Native with Formik
React-nativeFormikDropdown
How to Make the React useEffect Hook Not Run on Initial Render?
We can make the React useEffect callback not run on the first render by creating a ref that keeps track of whether the first render is done. Then we can check the ref’s value to see when the first…
JavascriptReactWeb-development
10 Ways to Host Your React App For Free
Here are the 10 services that provide free hosting for your React App.
ReactHostingWeb hosting