Closed Gattermeier closed 8 years ago
Thanks for opening an issue. You'll need to remount on the client side for these events to be attached. Have you seen the universal/isomorphic example?
https://github.com/jedireza/hapi-react-views/tree/master/examples/remount
You should be able to add events/handlers in the components/app.jsx
file and they'll get wired up on the client.
I see, that makes sense. Thank you very much!
I was trying to add forms and events (onSubmit, onChange, onClick) to a template. It seems those do not get attached to the rendered html output?
Any hints?