React Slides

* Adds useState
* State
* useEffect
* Side Effects
This commit is contained in:
2024-02-05 04:15:02 +05:30
commit f05a472585
42 changed files with 2979 additions and 0 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# Animotion
This is an Animotion presentation.
## Setup
Install dependencies.
```sh
pnpm i
```
Run the development server at http://localhost:5173/.
```sh
pnpm run dev
```
Build and preview deploy.
```sh
pnpm run build && pnpm run preview
```