Abraham Alcaina
Abraham Alcaina
Hi, When I try to use but I receive an error in the import ``` ERROR in ./~/react-native-router/index.js Module parse failed: /Users/abraham/Documents/git/QuestionAnswersJS/node_modules/react-native-router/index.js Line 7: Unexpected token { You may need...
Hi, (Could be a noov question) I'm using cacheFirst for the images: ``` javascript toolbox.router.get('(.*)', toolbox.cacheFirst, {}); ``` But the response is blocked until the network request is done. Is...
Hello, In hackage have the version 0.2.0 but all the examples are using the new api (aka rename aggregate another things) Do you have plans to publish 0.3.0?
For example if you have some code like this: ``` javascript static readyOnActions = (dispatch, params) => { return Promise.all([dispatch(landingActions.getLandingInfo())]); } ``` That is used to do the server render...
Hi, I used the fluxible-generator and it have the HandleHistory ``` javascript export default handleHistory(provideContext(connectToStores( Application, [ApplicationStore, WallStore], function (stores, props) { const appStore = stores.ApplicationStore; const wallStore = stores.WallStore;...
Hello, I created Keypair (pk,sk) and I saved sk in a file. How I can rehydratate sk? Sorry if it's a noov question