Anton Ignatev
Anton Ignatev
You could split your bundle on top level routes which use react-ace. For example, if you have a route /posts/new for a page, which includes the editor, you could load...
It's been more than 2 years now since this issue was created. React has advanced a lot and with the introduction of hooks and new context API it seems that...
Good question. I don't remember the last time I've worked with a library that offers redux integration. The only example I can come up with is probably react-router, but the...
It would be perfect if the middleware layer wasn't tied to any vendor library and was replaceable at the same time. Something like the current resolver implementation. Default resolver implements...
It also seems that some people have already tried migrating their redux middleware to `useReducer`, hence something like this is available: https://github.com/shiningjason/react-enhanced-reducer-hook
Yes, you are right, adding a new dependency is not good at all, but my point was different. If you look up the source of my example you'll see that...
@taion If you could make a proposal for the correct implementation of this feature, I would make a PR for it.
Do we want to add this only to the BrowserProtocol or maybe to HashProtocol as well?
Even though there are very few people using hash-routing nowadays, I think that the case with the external redirects may also apply to those people, so I'd add it to...
Yeah, I really like the middleware approach. What could be the name of this middleware then?