Nick
Nick
I think we need make some support for new features. Support Fragments. Error boundaries. Any idea about portals?
https://www.npmjs.com/package/mock-require ``` var mockRequire = require('mock-require'); mockRequire('react', require('fast-react-server')); ``` That's my snippet for server entry point.
Roadmap
1. Eval support 2. Denque or something better instead current just array. 3. Support multihost. 4. Reconnection 5. Simpler API
Проверить peformance и сравнить ее с аналогичным драйвером редиса
I propose to add to Route instance navigated and paramsApplied events. Like in the example below ```ts type ExtendedRoute = RouteInstance & { navigated: Event; paramsApplied: Event; } export function...
**chainRoute** is a powerful good method, but the naming of parameters is kinda weird. Firstly, the chain usually happens as prepend, not as something that would stay on the right...
It's need to decode response that we would have as output earlier and debug it and work like with structure.