#web-development
Read more stories on Hashnode
Articles with this tag
Introduction React's reconciliation process is at the core of its efficient rendering mechanism, ensuring that changes in your application's state are...
In web development, it is crucial to prioritize the optimization of web application performance. The size of the JavaScript bundle that is sent to the...
localStorage and sessionStorage are both parts of the web storage API and are great tools to save key/value pairs locally i.e. they store data in the...
The frontend of a website is what you see and interact with on your browser. It can also be called *Client-side Web development. Front end developers...