https://github.com/umarluqman/next-fullstack-course
Next.js Fullstack Course
https://github.com/umarluqman/next-fullstack-course
graphql mapbox nextjs react tailwindcss typescript
Last synced: about 2 months ago
JSON representation
Next.js Fullstack Course
- Host: GitHub
- URL: https://github.com/umarluqman/next-fullstack-course
- Owner: umarluqman
- Created: 2021-05-12T00:45:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T02:08:07.000Z (about 5 years ago)
- Last Synced: 2025-10-19T17:31:35.654Z (8 months ago)
- Topics: graphql, mapbox, nextjs, react, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 259 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Course review
No fluffs and straight to the points, love how the imports are being commented in the starter files. It's short and sweet.
Learned a ton about TypeScript, GraphQL, Tailwind and Mapbox.
I bet [Blitz.js](https://github.com/blitz-js/blitz) will make the course project even less code due to the zero API layer.
Tailwind is magical, might use it for performance-sensitive apps as the CSS is generated on build time. Otherwise, I just use Chakra UI for its components and flexibility.