hapi-react-views
hapi-react-views copied to clipboard
:package: A hapi view engine for React components
React 17
add React 17 support. I kept React 16 because that still works; but upgrading the dev dep to React 17 takes away test support for React 16. Fixes this error...
Trying the plugin out right now with just the example code and getting that. Not breaking anything at the moment but I imagine it will down the road.
This is obviously not an issue, but a possible enhancement: Currently we compile the htmlOutput and then send it over the wire, we could instead leverage streaming the contents down...