A long time has passed since I built java web app with server side generated pages.
What is the best way to do it nowadays? Have Webpack handle frontend asset bundling and in dev mode make it rebuild on file save to get instant reload/feedback, and also use some templating engine like Pebble? Is there a way to server render React and use React/JSX as templating engine with kotlin servers and http4k?