#javascript
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). ...
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...
As we saw we can write React with core React (createElement, etc)But it becomes very complicated as and when the HTML structure needs to be more and...
Why your React App is so FAST (just like the Flash guys from TBBT above😜) & Optimised? Is it just React which does all this? The Answer is NO. Let's...