-
I am seeing HTTP requests to GitHub at regular intervals:
```
[2] readium-desktop:common:utils:http HTTP RESPONSE: +809ms
[2] readium-desktop:common:utils:http null +0ms
[2] readium-desktop:…
-
Kopiere frontend-repo til gjenbruk i behandlingsaktiviteter
Design:
https://projects.invisionapp.com/share/APUPOL4B4G7#/screens/395858477
Pending tasks:
- [x] change spec in API to match FE …
-
CRA 3.3.0 introduced project templates:
- https://github.com/facebook/create-react-app/releases/tag/v3.3.0
- https://create-react-app.dev/docs/custom-templates/
Based on that information, we sh…
-
Hi guys, some help would be appreciated here, i'm trying to integrate kea-saga with your library. The probleme is the saga is never run when the page is loaded via SSR. I've made an example [here](htt…
ghost updated
4 years ago
-
After adding the new saga in `sagas.js` and adjusting the store to include the middleware following [the tutorial](http://yelouafi.github.io/redux-saga/docs/introduction/BeginnerTutorial.html)
``` j…
-
**Is your feature request related to a problem? Please describe.**
I find the Developer documentation excellent for explaining the tech stack, but wish there was more discussion around design decisio…
-
Quick summary: there is loads of useful info in the Redux Saga repo https://github.com/redux-saga/redux-saga ... for now, let's "watch this space", let's not rush to strong-type everything at our end,…
-
In my app I try to make a BackHandler listener in the root component to handle the back navigation.
The strange thing is that it is working all the time when the app never turn to background, but i…
-
I've not been able to properly configure redux and more specifically redux sagas into my project. When dispatching an action in getInitialProps nothing happens. Here are the relevant files that I thin…
-
I have an error with enhancers, it says: `Type 'StoreEnhancer[]' is not assignable to type 'StoreEnhancer[] | ConfigureEnhancersCallback | undefined'.`
My code is written in Typescript:
My con…