We're trying to make a single project with react and spring rest. The controller calls index.js in the resources/templates folder. I have a separate react module in the same project which is displaying the needed output correctly. also I've linked resources/template to the build folder of react.
The issue is that my controller goes to I decided.js in template folder but doesn't render the component. How can I create the needed link between react and spring?
Comments
Post a Comment