Monorepo
The idea behind a monorepo is to store all code in a single version control system (VCS) repository. The alternative, of course, is to store code split into many different VCS repositories, usually on a service/application/library basis.
Check the below link if you want to learn more about yarn workspaces.
Why we use monorepo
To store all code in a single version control system (VCS) repository.
Easier collaboration and code sharing
Code refactors are easy / atomic commits
Technology Credits
For TripFinder [ Hotel-CRA ]
- Create React App
- React
- React Router 5
- React Hooks
- React Context API
- Ant Design
- Google Map
- Styled Components .... etc
For TripFinder [ Hotel-Next (SSR) ]
- Create Next App
- React
- NextJs
- React Hooks
- Context API
- Ant Design
- React Router 5
- Formik
- Google Map .... etc