Today I learned

React Server Components

#react

Today I learned about React Server Components, what they are and how they will be useful.

Read more

Data fetching in React 18

#react#api

Today I learned, about the best way to handle data fetching in React 18.

Read more

Missusing useEffect

#react

Today I learned that Reacts useEffect is not meant for data fetching and is not a state setter either!

Read more

Confetti

#html#react

Read more

React Suspense Lazy Loading Components

#react#javascript#performance

Read more

Persisting redux state with localStorage

#react#redux

Read more

Performance and useMemo

#react#performance

Read more

Hooks in React Router

#react

Read more