Posts

How to build PWA

Progressive Web Apps (PWAs) are web applications that provide a native app-like experience to users. They are fast, reliable, and engaging, and can be installed on a user's device like a native app.

Dockerize React App

Dockerizing a React app allows you to create a portable and consistent development environment. This guide shows you how to Dockerize a React app and run it in a container.