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

https://github.com/alfonsog-dev/tablestate

A React application to try state and generics
https://github.com/alfonsog-dev/tablestate

Last synced: 8 months ago
JSON representation

A React application to try state and generics

Awesome Lists containing this project

README

          

# Table state
- A **React** application to test a way to manage a table state.

---

# Dependencies
- [node-22.12.0](https://nodejs.org/en)

# References
- [typescript](https://devdocs.io/typescript/)
- [react](https://react.dev/reference/react)
- [generics](https://www.freecodecamp.org/news/typescript-generics-with-functional-react-components/)
- [reusable components](https://www.youtube.com/watch?v=O02GFZrZg3E&list=WL&index=2)

---

# Try
1. Download this project from `github` and change directory.
```shell
git clone https://github.com/AlfonsoG-dev/TableState
cd TableState
```
2. Install package dependencies with `npm`.
```
npm install
```
3. Run project with `npm`.
```
npm run dev
```

---

# Disclaimer
- This project is for educational purposes.
- Security issues are not taken into account.