Hello world!
This webapp demonstrates many things.
- - Basic routing in nextJS app-router
- - A client rendered button with click event
- - Buildtime server rendered static home page (SSG)
- - Runtime server rendered dynamic users page (SSR) with fetch to api
- - Prisma/zod MySQL database issue tracker
- - Hopefully some SSG / SSR WP posts
- - UI libraries: I removed DaisyUIs data-theme=winter from the layout.tsx html tag. RadixUI is used for theming now. TailwindCSS is used for some styling.
Tutorial used:
- - https://www.youtube.com/watch?v=ZVnjOPwW4ZA
- - https://www.youtube.com/watch?v=J9sfR6HN6BY
Product card
The card is server rendered, but the button is clent rendered.