lvnam96 / contactsbook

A simple full-stack implementation of a birthdays management tool
https://contacts.garyle.me/
MIT License
0 stars 0 forks source link

Define process of migrating to Next.js & Typescript #11

Open lvnam96 opened 4 years ago

lvnam96 commented 4 years ago

Refs:

Notes from Next.js documentation: Next.js uses Babel to handle TypeScript, which has some caveats, and some compiler options are handled differently.

Migrating steps:

lvnam96 commented 4 years ago

Step 1

lvnam96 commented 4 years ago

Step 2

lvnam96 commented 4 years ago

Migrate frontend

Useful packages:

CSS-related things:

lvnam96 commented 4 years ago

Migrate backend

Boilerplates to learn:

https://github.com/unicodeveloper/awesome-nextjs#boilerplates

Useful links: