Tag: react
All the articles with the tag "react".
Up & Running with Jotai, Typescript and NextJS
Published:Simple, elegant state management with Jotai and type-safety with Typescript. Today we will learn how to use them together.
How does prevState in React work under the hood?
Published:We'll take a look at React to see how prevState works under the hood to access the latest state.
Event Propagation in React
Published:A deep dive into event propagation in React through examples.
Introduction to Micro Frontends with Module Federation, React and Typescript - Updated 2022
Published:In this article we will set up Micro Frontends with Module Federation, React and Typescript
SolidJS vs React I've Built the Same App On Both Libraries.
Published:In this article, we will compare SolidJS and React. Benchmark some metrics and assess the pros and cons of both libraries.
Handling Logged-in User in React/Firebase App
Published:Best way to handle logged-in users in the Firebase/React app is to use custom hook and a context api built with Typescript.
Introduction to Custom Hooks
Published:In this article we will learn how to setup our first custom hook. We will convert axios into re-usable hook with typescript and generics.
Testing a React/Redux Toolkit app with Typescript
Published:In this article we will test our React/Redux Toolkit app. Testing specifically slices and component that connected to react with Typescript and React Router.
Up & Running with React, Redux Toolkit, Typescript and React Router
Published:All React apps need a state management library such as Redux Toolkit and type-safety with Typescript. Today we will learn how to use them together.
Speeding Up Your Website
Published:Techniques to speed up your website and improve the user experience that specifically aiming to React and Next.js sites. We'll discuss things like bundles, fonts, unicode-ranges, webpack.