react-hyperscript icon indicating copy to clipboard operation
react-hyperscript copied to clipboard

Support React 17?

Open kindaro opened this issue 3 years ago • 2 comments

There is currently a version bound on React being less than 17 in the «peer dependencies» section. Is it there for a reason? I want to use this library with React 17, what should I do?

kindaro avatar Aug 10 '21 19:08 kindaro

There is currently a version bound on React being less than 17 in the «peer dependencies» section. Is it there for a reason? I want to use this library with React 17, what should I do?

why??? use JSX

jean-louis1776 avatar Aug 23 '22 18:08 jean-louis1776

What if they don't have the option of a build step, like including React via CDN? What if they also tried to use babel-standalone and there was some issue with picking up the type="text/babel script tags? What if they tried those, and ended up here?

It's not very helpful to disregard their question and just tell them to do something else.

khill-fbmc avatar Oct 27 '22 12:10 khill-fbmc