hiyaryan / the-cdj

The Cognitive Distortion Journal (CDJ) is a smart journaling tool that helps remedy distorted thinking. It can feel impossible to follow the CBT technique of labeling distorted thinking and finding alternative modes of thought (i.e. reframing) while cognitive distortions are occurring. The CDJ does that work for you. -- The CDJ is in beta testing!!
https://thecdj.app
2 stars 0 forks source link

Migrating from Create React App to Next.js #147

Open hiyaryan opened 1 month ago

hiyaryan commented 1 month ago

The prerequisite to this issue is #139.

We want to convert the project to Next.js using The app Router.

This will also significantly improve developer experience by simplifying and standardizing routing. These improvements are noticeable in the restructuring of the application using the app Router.

The app Router is just one of many Next.js utilities that improve React development. See the following link for other benefits and instruction on how to migrate to Next.js.

Migrating from Create React App