A lightweight and fast React-like JavaScript library for building modern user interfaces.
Inferno:
- Uses functional components by default. To use class-based components a separate library is needed.
- Supports server side rendering using the
inferno-server
package. - Includes it's own routing library and supports both Redux and MobX for state management.
- Supports React apps by using a compatibility layer (
npm inferno-compat
) that sits between React and Inferno.