- Published on
Concerns over VR safety, a new React governance model and a wave of tooling improvements show how the metaverse and front‑end ecosystem are evolving.
Concerns over VR safety, a new React governance model and a wave of tooling improvements show how the metaverse and front‑end ecosystem are evolving.
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.
Learn how to use Axios interceptors in React for auth, retries, and error handling in production applications.
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.
Understand how the Redux store works with simple explanations and developer-focused examples from Lightrains.
Updated insights on single page application vs multi page application from the Lightrains team.
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?