mlmorg / react-hyperscript

Hyperscript syntax for React.js markup
MIT License
711 stars 45 forks source link

Support React 17? #47

Open kindaro opened 3 years ago

kindaro commented 3 years ago

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?

jean-louis1776 commented 2 years ago

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

khill-fbmc commented 2 years ago

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.