Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FlowRouter example #91

Open
markshust opened this issue May 21, 2016 · 4 comments
Open

FlowRouter example #91

markshust opened this issue May 21, 2016 · 4 comments
Labels
Milestone

Comments

@markshust
Copy link

There's just a React Router example at https://github.com/gadicc/meteor-hmr/blob/master/docs/React_Hotloading.md

However, I'm using FlowRouter. Can an example me added for this? I had this module working 6-8 weeks ago, but looks like lot has changed, and I'm having a very hard time getting this setup as I don't have a working example with FlowRouter.

Cheers,
Mark

@kokjinsam
Copy link

@markoshust , perhaps this and this can help you. Also, this page give some very good instructions on how to use the new HMR.

@priezz
Copy link

priezz commented May 22, 2016

@markoshust, here is the page with examples https://github.com/gadicc/meteor-hmr/blob/master/docs/Boilerplates.md

@gadicc gadicc added the docs label May 23, 2016
@gadicc gadicc added this to the v2 milestone May 23, 2016
@gadicc
Copy link
Owner

gadicc commented May 23, 2016

Thanks for helping out guys! I'll make this a bit clearer in the docs (by linking to those resources) as soon as I have a chance.

@gsabran
Copy link

gsabran commented Jun 2, 2016

With using FlowRouterSSR, I was sharing client files with the server and that made it very hard to work with the HMR because as soon as I'd change a client file, the server would rebuild and would get stuck for a while since there is no HMR there. I realized I had to disable SSR in development. Might be worth mentioning it if you do a tutorial for FlowRouter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants