Elie Rotenberg
Elie Rotenberg
Hello, Sorry for not answering this earlier. This version of the package doesn't include a transpiled build, which turned out to be a miserable failure. We'll soon merge the last...
Sorry @stevefan1999, I couldn't find the right time to do this in the last few days. I'll try to do it soon!
I am very interested in supporting this. Can you please provide me with some example code?
I acknowledge we should definitely support this, however, I am a not sure yet how exactly. If it's only passing a config object it's relatively easy, however we probably want...
This is indeed a potential problem which needs to be investigated further. However, the overhead of the initial rendering of say, 10-100% DOM nodes, all of which are completely passive,...
I will add more examples, especially since I'm refactoring some bits atm. Ultimately I will include a full working demo app, using nexus-flux, nexus-flux-socket.io and react-nexus.
Have you found a fix/workaround by any chance? As a band-aid for simple cases I'm using a localized JSON field but this only works for very simple things (like groups...
Additional investigation notes: it looks like having a group with `localized: true` actually BREAKS localization in all descendant fields (whether they are explicitly localized or not). However, when NO group...