On Mon, Apr 8, 2019 at 2:34 PM Craig Mitchell <[email protected]> wrote:
> I took a break from GWT to develop in React for 2 years. While the React > structure is okay, writing in JS is just painful. TypeScript looked a > little better, but never got the chance to dive into it. Now I'm back > using GWT and loving it! > You can use both of them together ;) We use react+GWT and absolutely love it. We use a state management library Arez (https://arez.github.io/) which is very similar conceptually to Mobx done in Java style. You can see a sample application @ https://github.com/react4j/react4j-todomvc/tree/arez_maven/src/main/java/react4j/todomvc We are still on Java8/GWT2.X but hopefully by mid year our apps will be cut across to Java11/J2CL+closure compiler. So far everything is looking good ;) -- Cheers, Peter Donald -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
