Skip to content

Commit

Permalink
instalando axion y json server
Browse files Browse the repository at this point in the history
  • Loading branch information
fernargdev committed Apr 15, 2024
1 parent d4d3625 commit 46f65c4
Show file tree
Hide file tree
Showing 3 changed files with 1,212 additions and 0 deletions.
19 changes: 19 additions & 0 deletions redux-counter/query-notes/db.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"notes": [
{
"content": "the app state is in redux store",
"important": true,
"id": 1
},
{
"content": "state changes are made with actions",
"important": false,
"id": 2
},
{
"content": "state is stored in the backend",
"important": false,
"id": 3
}
]
}
Loading

0 comments on commit 46f65c4

Please sign in to comment.