On Mon, Oct 19, 2020 at 1:56 AM [email protected] <[email protected]>
wrote:

> Thanks Craig for the info...
>
> I'm not familiar with React (only Hello World 😉)
>
> Can you integrate React with these GWT React frameworks? So write your
> components in Java and integrate them back into React JavaScript?
>
>    - https://github.com/GWTReact/gwt-react
>    - https://github.com/react4j/react4j.github.io
>
> I don't know whether it is possible?
>

It may be possible in react4j to publish a java component as a react
component but not without significant overhead/boilerplate. It is also
possible to consume a js react component from within react4j with a little
overhead and we built some of our early apps like this. However, react4j's
sweet spot is when the majority of the application is written in java.

With gwt-react it is much easier to both consume js components and publish
java components ... except for the normal constraints of publishing java to
js. My guess is that the sweet spot for gwt-react is for applications that
combine js components into a java app but I have never used it in anger.


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/CACiKNc6x9_3VoLj7ikUs8M5Fppq3f%2Bwed1sgb1OHtdR3e_J6fw%40mail.gmail.com.

Reply via email to