Dale Bustad
Dale Bustad
While I'm a fan of static typing in general, I'm on the fence with this proposal. The freactal code-base is small enough where typing is ideally unnecessary. I think exposing...
I went back and forth with this, and it was almost included in the v1 release. What held me back was limiting the API surface. `provideState(injectState` isn't so much harder...
You can accomplish something very much like this with [recompose](https://github.com/acdlite/recompose). The only substantive differences it would introduce are 1) its another dependency, 2) its just a setter-function rather than an...
The more I think about this, the more I think this might be better as a separate project. I'm not decided on that though, and it is quite possible that...
Having thought about this for a bit longer, I'm going to disagree with my May-27-self and say this would be a good addition. I'm not sure of the ultimate implementation...
Thanks for pointing me to `getInitialProps` @djgrant! That's exactly what I was looking for. I'm adding this feature request into the queue.
@abritinthebay I'm open to exposing a generic plugin interface. My concern with that, however, is that it will be difficult to implement in a way that does not hurt performance....
That seems a reasonable approach. I'll look into whether this approach adds any performance overhead. It should be possible to add this without impacting perf for those not using the...
Hey @ScriptedAlchemy - sorry for dropping the ball on replying to you! Help moving forward with React 16 would be much appreciated. You still interested?
Hey @mijamo, could you update your ticket with the expected/actual output? Thanks!