#web-development
Read more stories on Hashnode
Articles with this tag
Web rendering patterns have evolved a lot over the years, from server-side rendering to client-side rendering to hybrid approaches. But along the way,...
Today, Most of the sites we use are protected with HTTPS protocol for better security. Generally, we use HTTP in our local development environment,...
I'm writing react applications for some time now. I use create-react-app whenever I create a new project, and it works great. It abstracts a lot of...