https://github.com/kasir-barati/react
ReactJS tutorial
https://github.com/kasir-barati/react
npm react tutorial typescript vite
Last synced: about 1 year ago
JSON representation
ReactJS tutorial
- Host: GitHub
- URL: https://github.com/kasir-barati/react
- Owner: kasir-barati
- Created: 2022-09-19T13:50:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T22:33:41.000Z (over 1 year ago)
- Last Synced: 2024-10-25T17:24:29.593Z (over 1 year ago)
- Topics: npm, react, tutorial, typescript, vite
- Language: TypeScript
- Homepage: https://kasir-barati.github.io/react/
- Size: 4.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
> [!CAUTION]
>
> Keep this in sync with [`index.md`](../index.md).
# TODO
- https://blog.logrocket.com/infinite-scrolling-react.
- https://blog.logrocket.com/how-and-when-to-debounce-or-throttle-in-react.
- https://blog.logrocket.com/getting-started-react-18-starttransition.
- https://react.dev/reference/react/Suspense.
- https://nextjs.org/learn/dashboard-app.
- https://hypermedia.systems/book/contents.
# Table of content
- [Better ReactJS App](../docs/better-reactjs-app.md).
- [Components in ReactJS](../docs/components.md).
- [Events](../docs/events.md).
- [Fetching data](../docs/fetching-data.md).
- [Glossary](../docs/glossary.md).
- [ReactJS hooks](../docs/hooks.md).
- [JSX](../docs/jsx.md).
- [States in ReactJS](../docs/state.md).
> [!IMPORTANT]
>
> Keep `.github/README.md` in sync with `index.md`. But be careful with relative paths; `./docs/state.md` should become `./.github/docs/state.md`.