A Dropwizard adaptation of Winterbe spring-react-example
The CommentBox
main view is isomorphic: HTML is initially rendered on the server with Nashorn by utilizing ReactDOMServer.renderToString
. All interactive DOM manipulations are handled by React directly in the browser.
For further explanation read this blog post.