AuthorSanket Lamkhade

Top 6 Libraries You Must Know As A React Developer 

T

React is a library that was made by Meta(Facebook), and it has become one of the most popular frameworks in the world. This blog will cover some top libraries that are crucial for beginners to know when working with React. These libraries have gained popularity due to their performance, user interface and above all the momentum they have gained in the developer community. The React Native...

React Context API:  A Lightweight Alternative to Redux

R

The Context provides a path to pass data through the component tree without passing props down manually at every component. Context API (React API) solves a lot of problems that modern applications face due to state management and how they’re passing state to the components. Instead of installing a state management library in your project which will cost our project performance and increase our...

Category