- Published on
In this blog, we will explore various strategies and best practices to achieve top performance with Next.js applications.
In this blog, we will explore various strategies and best practices to achieve top performance with Next.js applications.
web3-react is a simple, powerful framework for building modern Ethereum dApps using React
In this blog, we will discuss how we can write React conditional rendering in a more cleaner efficient way using a custom component.
Interceptors are methods which are triggered before or after the main method
Building more complex JavaScript applications that run in a user’s browser it’s very essential to be able to store information in the browser that is where we can make use of localStorage
Props is short for properties. React has a special object called a prop which we use to transport data from one component to another.
A store is a state container which holds the applications state.
A single-page application is a more modern approach to app development.
Redux is a popular state management library to use with React or Next.js app. It provides a single store to store all of the application data.
The useReducer hook is used for complex state manipulations and state transitions.
React is usually quite fast out of the box. How can we make it even faster?