This small project aims to help you setup InfernoJS with just 2 Javascript files.
No transpiling / npm / ... needed!
https://github.com/infernojs/inferno
Files can be found on jsdelivr or other cdn's:
File 1: The main InfernoJS file:
File 2: The InfernoJS createElement file:
When using the files on your own server (you downloaded the files), the imports need to be slightly modified:
Replace every
- import * from "./inferno*"
with
- import * from "./inferno*path.js"
Next:
InfernoJS can be used in the following way
https://github.com/infernojs/inferno/tree/master/packages/inferno-create-element