-
Current project structure is described [here](https://github.com/dis-moi/extension/blob/master/docs/CONTRIBUTING.md#structure)
> btw I'm noticing there's a typo, `app` folder isn't in the `api` fold…
-
I have a java rest api (it's old) and currently it send some text messages based on the authentication status of the information sent in the request.
When using pure fetch (with sagas) I manage to …
-
Still digging in here, but AFAIK, none of these examples include tests. In exploring various redux strategies one thing I noticed is most of the action creator patterns tend to hide application logic …
-
React-Router handle history, so why would we want CRR anymore?
ghost updated
3 years ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### SubTasks
- Identify places where /new and /releaseItems apis are being called or the initial data for workspa…
-
I am having issues initializing the store with the createStore provided via readux-dynamic-modules. I am most certainly doing something wrong, but could not figure out what. Any help would be apprecia…
-
### Description
when one registers a new plugin in the `manifest` and tries to call `globalRegistry.get('frontendConfiguration')` null is returned.
### Steps to Reproduce
1. Write a manifest …
-
**Is your feature request related to a problem? Please describe.**
Currently when we want to run several nanos on the same page, often nested within each other, there's a lot of boilerplate code for …
-
Hi,
I know this is a dupe but I found the previous ticket answer not sufficient so I'm checking again here:
There is no documentation on how your library gets ahold of the `firebase` reference i…
-
configureStore.js
import { persistStore, persistReducer } from 'redux-persist';
import createReducer from './reducers';
const persistConfig = {
transforms: [immutableTrans…