Latest Updates

Documenting code, one commit at a time.

ESLint 1 post
×

Moving a React Project to the Root Directory

When starting a new React project, the initial setup often involves creating a project directory with tooling configurations nested inside. However, as development progresses, it might become necessary to refactor the project structure and move the entire project to the root directory.

The Need for Refactoring

Consider a scenario where the initial project setup placed all configurations and

Read more