Yes it is possible to use react front end and java as back end . Let us assume you want to build simple school management application with following feature.
Read moreWhich Java version is supported for React Native?
React Native requires at least the version 8 of the Java SE Development Kit (JDK).
Read moreCan we use Java as backend for React Native?
1 Answer. Sure you can! React Native is a backend-agnostic technology . Just write your backend in any way you want and expose an API that can be consumed by your application!
Read moreCan we use Java with react?
One way is to build React with Java . In the development phase, we can run React and Java on separate ports. The interaction between these two happens with proxying all the calls to API. In the production phase, you can build the React app and put all the assets in the build folder and load it with the java code.
Read more