#reactjs
Read more stories on Hashnode
Articles with this tag
Why Redux Toolkit & not Redux? We'll just have to install 2 packages @reduxjs/toolkit (Core) & react-redux (Bridge between React & Redux TKT). ...
Custom Hooks, Production Ready App, Lazy Loading, Optimization ยท Single Responsibility Principle Restaurant Card has a single responsibility to display...
Whenever a STATE VARIABLE is updated, React re-renders the entire component. useEffect's CB function is called only when the entire Component is...
Micro-services v/s Monolith Monolith: A huge big project which itself has API code, UI code, Auth Code, DB code, etc. Everything inside a single...
Everything React can do can be done using Normal JS HTML also. So why React.\=> It makes your Developer Experience easy, Less code and do more. What...
Prerequisites : Whenever you start a project, you always need to do PROPER PLANNING first.Never start your project before planning.Proper planning...