Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix paths and names in the examples readme page #2274

Merged
merged 1 commit into from
May 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ The following example projects are available:
| Example Name | Description |
| ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------- |
| [shopping-list](https://github.com/reimagined/resolve/tree/master/examples/ts/shopping-list) | Demonstrates how to work with Read Models and View Models. |
| [shopping-list-with-hooks](https://github.com/reimagined/resolve/tree/master/examples/ts/shopping-list-with-hooks) | Demonstrates how to use the **@resolve-js/react-hooks** client library tp communicate with the backend. |
| [shopping-list-with-redux-hooks](https://github.com/reimagined/resolve/tree/master/examples/ts/shopping-list-with-redux-hooks) | Demonstrates how to use the **@resolve-js/redux** library's hooks to communicate with the backend. |
| [shopping-list-redux](https://github.com/reimagined/resolve/tree/master/examples/ts/shopping-list-redux) | Demonstrates how to use the **@resolve-js/react-hooks** client library to communicate with the backend. |
| [shopping-list-redux-hoc](https://github.com/reimagined/resolve/tree/master/examples/ts/shopping-list-redux-hoc) | Demonstrates how to use the **@resolve-js/redux** library's hooks to communicate with the backend. |
| [hacker-news](https://github.com/reimagined/resolve/tree/master/examples/ts/hacker-news) | A clone of the [HackerNews](https://news.ycombinator.com/) application implemented using reSolve. |
| [personal-data](https://github.com/reimagined/resolve/tree/master/examples/ts/personal-data) | Demonstrates how to store encrypted personal data. |

Expand Down