neno

v0.0.14
Tiny universal web app framework
universal framework inferno preact react

next + inferno = ne • no = neno

🚧 WORK IN PROGRESS 🚧

Tiny wrapper around next that configures Inferno in place of React during production.

Simply install neno alongside next:

yarn add neno next

Then replace next with neno in your package scripts:

{
  "scripts": {
    "dev": "neno",
    "build": "neno build",
    "start": "neno start"
  },
  "dependencies": {
    "neno": "latest",
    "next": "latest"
  }
}

That's all there is to it!

Customizing Babel

Define a .babelrc file and extend from the neno/babel preset:

{
  "presets": [
    "neno/babel"
  ]
}
npm i neno

Metadata

  • MIT
  • Whatever
  • Matthew Wagerfield
  • released 3/20/2017

Downloads

Maintainers