An open API service indexing awesome lists of open source software.

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

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...

```