alidcast
alidcast
hi @progand. this plugin has not been updated in over a year (and has not been well maintained in general), so I would not recommend using it! sorry if that...
well for one, i'm using react now :) but also, using lodashs throttle and debounce goes a long way for most people. and libraries like apollo (if you're using graphql)...
+1 lol
I opened up an issue in razzle: https://github.com/jaredpalmer/razzle/issues/868
looks like the above is actually a separate issue, and the issue is we were importing `react-native-web` rather than `react-native` which I'm guessing result in two different runtimes but when...
at the moment I would refrain from using @roguejs/cli. parcel has several issues #80 so I'm waiting till v2 before considering spending more time on it, since at its current...
yea just took a look, some dependencies are unused and should be removed - sorry about that. also, rogue/cli is still early. make sure you're aware of #80 (hopefully parcel...
a lot of what I've written in issues might not be relevant since the API has changed a bit (i.e. we used to walk the tree and call initial props...
being able to pass a transaction around is also useful for automatically cleaning up the database when testing - you can pass a transaction object in place of a regular...
Hi @cwelch5 I'm working on Rogue (https://github.com/alidcastano/rogue), which uses react-helmet Is this feature still in the roadmap? I'd like to make it possible to configure all SSR via hocs (so...