DEV Community

Discussion on: create HTTP servers using react !!!

Collapse
 
jreinhold profile image
Jeppe Reinhold

Ha, this is awesome! I've thought about this exact perspective, but haven't ever found time to explore it.

How will it work with "dynamic" React. Ie., if you add state and props, and changes the JSX structure based on that, like you would in a regular React application? would it work, or would it break?

Collapse
 
shmuelhizmi profile image
shmuelhizmi

Hook and state should work just fine, but I won't be surprise if there are currently still some bug you can encounter while using them.