Hi @etiennecl
I upgraded to the latest kea beta (.32) and configured the next.js app to more or less work.
The only issues still:
- It doesn't wait for saga async actions to finish. This seems like one approach for it, but I'm wondering if there should be something more framework/plugin-specific that deals with it?
- If you open a page (e.g. about), click to index and click back to about, it will have the server side initial props as a default value... and it will run its own initialprops again on top of that. With the
increment code it looks weird, but I guess in a real app refreshing the data is not a bad thing and/or could be avoided with some simple conditionals
Let me know if this is already something you can work with :)