deployment and hosting

Deployment and Hosting – Sharing Your React App with the World

Welcome back to React 101! You’ve built a fantastic React application, and now it’s time to share it with the world! This post will guide you through…

Automatically-format-your-code-on-git-commit-using-prettier-husky-eslint

How to auto format & clean code on commit?

If you are working a project with more than 2 developers, you might note different formatting code create different kinds of issue like merge conflicts, code…