rfx-stack icon indicating copy to clipboard operation
rfx-stack copied to clipboard

RFX Stack - Universal App

Results 9 rfx-stack issues
Sort by recently updated
recently updated
newest added

Hello, @foxhound87. Thanks for nice boilerplate, but can you make light version of boilerplate in other branch? (without features, and tons pages, components, stores, utils, etc) Only with 1-2 components...

question

@foxhound87 - We've been diagnosing (and fixing) some crazy SSR issues that happen with simultaneous requests. Basically, the second request corrupts the state of the MobX stores and all sorts...

Hi, I can run all the npm commands, but npm run api:prod throws an error: > Error: Cannot find module 'C:/Users/Joe/Documents/GitHub/FXBook/RFX/src/api/services/post/config.js'. > ... > npm ERR! Failed at the [email protected]...

I found "rfx-core" because of [react-mobx-react-router4-boilerplate](https://github.com/mhaagens/react-mobx-react-router4-boilerplate), I think I have done the same thing, but I still can not make mobx store hot reload. my project is [ts-react](https://github.com/jackple/ts-react)

I have specific stores for some routes, would it be possible to requires those async? I know it's possible with redux. Maybe pass the store to react-router? I'll se what...

enhancement

rfx-stack requires mongoose, and I am using feathers-rethinkdb; prefer a single DB. Enhancement supporting a flexible DB or add'l DBs would extend rfx-stack and reduce dependencies. Thanks

question

Hey, I'm trying to deploy the stack to Heroku, but having trouble starting it up. Do you have experience with deploying it to Heroku? If so, could you provide an...

help wanted

RFX Stack is great, thanks for taking the time to work on it and share. My main issue right now is obscure debugging in development mode - when jumping to...

Currently, updates to store state which is a client representation of a service is performed by calling 'onCreated', 'onUpdated', 'onRemoved' functions once the service call is successful. Do you plan...

enhancement