I have been playing around with React and so far I really like it. I am building an app with NodeJS and would like to use React for some of the interactive components across the
I know it's been a while since this question was asked but hopefully this helps someone.
As @Cocomico mentioned you could provide several entry points for the application in the webpack.config.js file. If you are looking for a simple Webpack setup (based on the idea of multiple entry points) that allows you to add React components to static pages you may consider using this: https://github.com/przemek-nowicki/multi-page-app-with-react