Tag: react
All the articles with the tag "react".
Prevent React applications from 404 errors when refreshing the page on inner URLs
Published: at 03:22 PMIn this post, I will show you how to prevent React applications from 404 errors when refreshing the page on inner URLs.
Fetch a JSON file in React using context
Published: at 03:22 PMIn this post, I will show you how to fetch a JSON file in React using context.
What is useEffect hook in React?
Published: at 03:22 PMIn this post, I will explain what the useEffect hook is in React and how you can use it in your applications.
Generate unique keys in React
Published: at 03:22 PMIn this post, I will show you how to generate unique keys in React.
React's useState - how does it work?
Published: at 03:22 PMIn this post, I will explain how React's useState hook works and how you can use it in your applications.
Create a template using React router and SASS
Published: at 03:22 PMIn this post, I will show you how to create a template using React router and SASS.