A SSR todo list app made with Nextjs and includes i18n!
This project uses React v18.2.0+
Clone the repo then open a terminal in the root folder, and install App dependancies
npm install
Start the app
npm start
- Always use form data, it's easier
- useEffect requires 'use client', and client pages don't like async so much
- to add data context, add typescript