Thomas
Thomas
new version out. already used in tomatao-blog might be worth using some es6 and making it easier to read? alternatively could just inline it for even further optimisation.
Not sure this is even important really. But maybe a nice to have.
Will start adding more tests for each piece once functional tests are sorted - [ ] Server side HTML component - [x] App component - [x] Head Navigation component -...
options: - webpack strip loader on debug|log function calls + replacement plugin for an empty debug.js file - straight up replace debug with a stub Might want to keep debug...
Hello, really nice plugin! I'm doing a server side render of blog posts and was hoping to cache the server side render as externals, but your documentation says I cannot...
This could be slightly misleading for those coming from other Flux implementations. An action is generally the object that contains an actionType and is dispatched. It might be more suitable...
I'm finding that a lot of times the reThrown errors from Action.js are quite ambiguous and hard to trace down. Often the stack trace is not visible as it is...
Koa 2.0.1 is released and generators are deprecated. Could a 2.0 version be released supporting async await?
Currently certain styles required a browser prefix that is added by ReactDOM. When rendering through the ReactDOMServer, these prefixes aren't added and we get an invalid checksum. Any suggestions for...
I'm currently attempting to mount my main server app within another app. This is in a "universal/isomorphic" project where one requirement is hot reloading for the server code as well...