Rahul Boneyrahulboney.hashnode.dev·Jul 8, 2024How does React compile code?How Does React Compile Its Code? Introduction React is a popular JavaScript library for building user interfaces, especially single-page applications. One of the key reasons for its popularity is its simplicity and performance. But have you ever wond...Discuss·1 likeReact
Anurag Sanurag0906.hashnode.dev·Dec 30, 2023Code Compilation Vs Code InterpretationWhat is code compilation? Code compilation means converting "entire" code into machine readable format, i.e converting a code such that operating system can understand (example - 011001100010...). Hence code compilation means converting entire code s...Discusscodecompilation