Andrew Becker
Andrew Becker
I just started noticing this issue in my Meteor application, I have 3 "stuck online" users after having about 50 users come through. They do indeed clear when the application...
I don't believe Meteor's dynamic import functionality will currently work with this package. Some more work is likely required. You might be better off using webpack's code splitting functionality.
To be honest I'm not sure, as I haven't used it before. If you have any luck, please let me know. On Tue, Apr 2, 2019 at 10:30 AM Sudhanshu...
Hey @theodorDiaconu, I'm maintaining [FastRender](https://github.com/abecks/meteor-fast-render) and recently added a bunch of SSR data hydration functionality in the latest release. I'd love to take what I've learned there and help Grapher...
Seems like this repo is abandoned
+1 Was disappointed to this see this package loading every single CodeMirror theme.
Hey @theodorDiaconu , Thanks for taking the time to do such a thorough review. Regarding the code consistency, do you have an `editorconfig`, `eslint` config or `prettier` config that we...
Hey @theodorDiaconu , I've made the following improvements: * Added prettier and eslint config files (please double check the config) * Reformatted all files with prettier * Added error handling...
Hey @theodorDiaconu, any further feedback on this?
Thanks for the feedback. It definitely makes sense to spin off the auth functionality into something like `meteor-react-auth`. I can take care of that. `grapher-react-ssr` could work well if we...