Skip to content

lnguyenfx/react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

So you're a Preact user, but want to use some React libraries with it. You wanted to set up aliases or something, but can't do it for some reason. The solution is simple, though:

yarn add preact
yarn add lnguyenfx/react lnguyenfx/react-dom

Or if you're not a fan of yarn:

npm i -S preact
npm i -S lnguyenfx/react lnguyenfx/react-dom

Forked from preact-compat/react in order to support preact 10.0+

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%