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

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: 3 months ago
JSON representation

A sample application using NgRx Store and RTK Query

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