0.8.1 • Published 7 years ago

razzle-examples-inferno v0.8.1

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

Razzle Inferno Example

How to use

Download the example or clone the whole project:

curl https://codeload.github.com/jaredpalmer/razzle/tar.gz/master | tar -xz --strip=2 razzle-master/examples/with-inferno
cd with-inferno

Install it and run:

yarn install
yarn start

Idea behind the example

This shows how to use Inferno instead of React in a Razzle project.

Here is a list of changes from Razzle's base template: 1. Install babel-plugin-inferno as a devDependency. 2. Extend Razzle's babel config with a custom .babelrc 3. Install inferno, inferno-server, inferno-devtools, inferno-component as dependencies 4. Remove react, react-dom, react-router-dom entirely 5. Update server/server.js to use inferno-server's renderToString function. 6. Update client.js to configure Inferno for HMR.

0.8.1

7 years ago

0.8.0

7 years ago

0.7.6-rc2

7 years ago

0.7.5

7 years ago

0.7.3

7 years ago

0.7.2

7 years ago

0.7.1

7 years ago

0.7.0

7 years ago

0.6.5

7 years ago

0.6.4

7 years ago

0.6.3

7 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.6.0-rc2

7 years ago

0.6.0-rc1

7 years ago

0.5.4

7 years ago

0.5.3

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.16

7 years ago

0.2.15

7 years ago

0.2.14

7 years ago

0.2.13

7 years ago

0.2.12

7 years ago

0.2.11

7 years ago

0.2.10

7 years ago

0.2.9

7 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago