File tree Expand file tree Collapse file tree 2 files changed +37
-2
lines changed Expand file tree Collapse file tree 2 files changed +37
-2
lines changed Original file line number Diff line number Diff line change 1+ # Welcome to vite-react-query-gridjs-app 👋
2+ ![ Version] ( https://img.shields.io/badge/version-0.0.1-blue.svg?cacheSeconds=2592000 )
3+ [ ![ Twitter: jellydn] ( https://img.shields.io/twitter/follow/jellydn.svg?style=social )] ( https://twitter.com/jellydn )
4+
5+ > Fetch data with react-query and show on grid table with gridjs
6+
7+ ### 🏠 [ Homepage] ( https://react-query-gridjs-app.vercel.app/ )
8+
9+ ### ✨ [ Demo] ( https://react-query-gridjs-app.vercel.app/ )
10+
11+ ## Install
12+
13+ ``` sh
14+ yarn install
15+ ```
16+
17+ ## Usage
18+
19+ ``` sh
20+ yarn dev
21+ ```
22+
23+ ## Author
24+
25+ * Website: https://productsway.com/
26+ * Twitter: [ @jellydn ] ( https://twitter.com/jellydn )
27+ * Github: [ @jellydn ] ( https://github.com/jellydn )
28+
29+ ## Show your support
30+
31+ Give a ⭐️ if this project helped you!
32+
33+
34+ ***
35+ _ This README was generated with ❤️ by [ readme-md-generator] ( https://github.com/kefranabg/readme-md-generator ) _
Original file line number Diff line number Diff line change 11{
22 "name" : " vite-react-query-gridjs-app" ,
3- "version" : " 0.0.0 " ,
3+ "version" : " 0.0.1 " ,
44 "scripts" : {
55 "dev" : " vite" ,
66 "build" : " tsc && vite build"
1919 "vite" : " ^1.0.0-rc.13" ,
2020 "vite-plugin-react" : " ^4.0.0"
2121 }
22- }
22+ }
You can’t perform that action at this time.
0 commit comments