Hello Stackers, Inferno is an insanely fast, React-like library for building high-performance user interfaces on both the client and server.
🔥 An extremely fast, React-like JavaScript library for building modern user interfaces
Inferno
Quickstart
The easiest way to get started with Inferno is by using Create Inferno App.
Alternatively, you can try any of the following:
- the Inferno Boilerplate for a very simple setup.
- for a more advanced example demonstrating how Inferno might be used, we recommend trying out Inferno Starter Project by nightwolfz.
- for using Inferno to build a mobile app, try Inferno Mobile Starter Project by Rudy-Zidan.
- for TypeScript support and bundling, check out ts-plugin-inferno, or inferno-typescript-example.
- for an example of how to use Inferno in codesandbox: https://codesandbox.io/s/znmyj24w4p
- for using parcel and typescript
Core package:
npm install --save inferno
or
npx create-inferno-app my-app
cd my-app
npm start
Okay that’s All folks, for the full docs please you refer to here.. cya..