Skip to content

xesrevinu/inferno-starter

Repository files navigation

inferno-starter

cd {project_name}
yarn

dev

yarn start

build

yarn run build

alias react -> inferno

// webpack.config.js

resolve.alias = {
  'react': 'inferno-compat',
  'react-dom': 'inferno-compat'
}

But Inferno does not support HMR

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published