Import tasks into SQLite database
Create a SQLite 3 database and import tasks.json.
First, install sqlite3.
npm i sqlite3
Create src/scripts/loadTasks.mjs
imp...
Shadcn-ui is a collection of UI components built with radix-ui and tailwind. This project uses the tasks example to...
Overview of prototype-based programming.
MDN Static
Description of static in javascript.
Suppress errors shown when server rendered components are changed in the browser.
Next JS Debugging
For most errors, Next JS will display a nice overlay with an error message and the line that caused it.
Trowing errors
I...
Built At Lightspeed
A collection of templates for javascript applications.
Next JS
Next JS is a React framework that provides more full stack functions.
Page vs App Router
The page router helped popularize...
Set up Next JS and shadcn-ui
Create a next js project and install shadcn-ui components.
Follow instructions here: https://ui.shadcn.com/docs...
MDN Prototype-based programming
Description of prototype-based programming.