Skip to content

passpill-io/react-preact-inferno-hot-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compatibility between react, preact and inferno

This repo wants to be a quick way of comparing react, preact and inferno.

Both preact and inferno have a compatibility layer that should minimize the changes needed for a migration from react.

Installation

npm install

Usage

// run the app using react at localhost:3101
npm run react

// run the app using preact at localhost:3102
npm run preact

// run the app using inferno at localhost:3103
npm run inferno

React hot loader development

This repo was created to explore a way of making react-hot-loader work for preact and inferno. There are RHL replacements for every library at the src/rhl folder, and webpack configuration is ready to load RHL version from there.

About

A repo to compare react, preact and inferno

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published