GWTReact / gwt-react

GWT Java bindings for React
MIT License
91 stars 17 forks source link

Question - Does this support any Builder module like Node.js or Webpack etc. #20

Closed kevzlou7979 closed 6 years ago

kevzlou7979 commented 6 years ago

If no, then how we can deal with external react components?

pstockley commented 6 years ago

You can use any bundler you want. The project is currently setup with webpack. If you check under the dist directory you will see the setup. You just need to import the necessary components and create a consolidated bundle.