Reactjs articles
- APR 03202315 min read
React Context API with TypeScript
Handle your global application state in React natively with Context API, useReducer and TypeScript.
- MAR 16202311 min read
UseState with TypeScript
How to use basic React useState hook with TypeScript? Have a look at a couple of use cases to grasp this simple but integral hook.
- DEC 02202215 min read
React useReducer with TypeScript
Get a in depth overview of another React hook, useReducer in combination with TypeScript and manage state in your components like a pro.
- JUN 0920229 min read
Using the useRef hook in React
The useRef hook is a React.js hook that provides some special features. We can use it to solve unique problems in our apps. Let us look at the useRef hook in React.
- JUN 05202210 min read
React Router V6 - How to redirect?
How do we redirect in the React Router v6? That is the question we will answer in this article and we will also look at some other features of React Router version 6.
- MAY 2920223 min read
Create React app with Vite
Create your new React project with Vite, great front-end tooling application. Vite has many handy features that enable us smooth front-end development. And it is really fast!