Skip to content
reworded tools authored by Alex Gobert's avatar Alex Gobert
......@@ -12,7 +12,7 @@ Classless Action is an open-source project that is contained in [GitLab](https:/
- [Figma](https://www.figma.com)
- UI design
- [NextJS](https://nextjs.org/)
- NextJS is a ReactJS framework. As a result, NextJS implements all of React's useful features, like preserving state and fast load times. Additionally, NextJS implements inherent routing based on directory structures; React Router is no longer necessary to route traffic properly. Because of this and because the team had issues implementing React Router, the team ultimately decided that transitioning to NextJS was a favorable course of action.
- NextJS is a ReactJS framework that adds various functionality. As a result, NextJS implements all of React's useful features, like preserving state and fast load times. Additionally, NextJS implements inherent routing based on directory structures; React Router is no longer necessary to route traffic properly. Because of this and because the team had issues implementing React Router, the team ultimately decided that transitioning to NextJS was a favorable course of action.
## **Back-End**
......
......