SDSashank Debinsashankdeb.hashnode.dev·May 17, 2024 · 5 min readBeginner's Guide to Using the React CompilerThere have been chats about the React compiler for quite some time now, and the team at React Conf'24 just gave a demo of it, and wow, am I excited! I totally recommend you check out the talks yourself, dropping an easter egg here : they built a wor...00
SDSashank Debinsashankdeb.hashnode.dev·Oct 11, 2023 · 5 min readWhat makes React a Library?Before understanding how React works let's first understand how HTML creates elements and then how we can do it using JavaScript and that is where we can understand how React as a JavaScript Library creates, updates and deletes elements. Creating Ele...00