https://github.com/brandonroberts/ngrx-rtk-query
A sample application using NgRx Store and RTK Query
https://github.com/brandonroberts/ngrx-rtk-query
Last synced: 2 months ago
JSON representation
A sample application using NgRx Store and RTK Query
- Host: GitHub
- URL: https://github.com/brandonroberts/ngrx-rtk-query
- Owner: brandonroberts
- Created: 2021-04-10T04:06:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-14T01:39:58.000Z (about 4 years ago)
- Last Synced: 2025-01-21T19:13:17.697Z (4 months ago)
- Language: TypeScript
- Size: 15.9 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NgRx Store and RTK Query
Blog post: https://dev.to/brandontroberts/cousins-playing-nicely-experimenting-with-ngrx-store-and-rtk-query-25f4
A sample application showing NgRx Store and RTK Query together
## Setup
```sh
yarn
```## Running the example
```sh
yarn start
```Browse to http://localhost:4200