https://github.com/taiseen/book-store-next-js
learn form Tapas Adhikary
https://github.com/taiseen/book-store-next-js
app-router context-api java-script layout next-js tailwind-css
Last synced: 2 months ago
JSON representation
learn form Tapas Adhikary
- Host: GitHub
- URL: https://github.com/taiseen/book-store-next-js
- Owner: taiseen
- Created: 2023-11-13T11:14:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-08T13:05:39.000Z (over 2 years ago)
- Last Synced: 2025-03-02T06:19:06.659Z (over 1 year ago)
- Topics: app-router, context-api, java-script, layout, next-js, tailwind-css
- Language: JavaScript
- Homepage:
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> 13 - Nov - 2023
## Book Store
- yarn create next-app
- yarn add @heroicons/react
- yarn add react-toastify
```
Learning Notes:
`State` ==> is a private data for a component...
`Props` ==> is a way to talk between two or more components...
But using `Context API` for information sharing between pages/components at global level
File & Folder Structure...
Layout - use for structure & styling...
Page - use for content...
Using Context API with NextJs layout system...
Centralized Routing System...
```