Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iamgbayer/awesome-inferno

Awesome collection about the Inferno library :fire:
https://github.com/iamgbayer/awesome-inferno

List: awesome-inferno

awesome awesome-inferno inferno inferno-animation inferno-app inferno-apps inferno-awesome inferno-boilerplate inferno-component inferno-components inferno-js inferno-redux inferno-router infernojs infernojs-starter react

Last synced: 3 months ago
JSON representation

Awesome collection about the Inferno library :fire:

Awesome Lists containing this project

README

        

# Awesome Inferno

This repository is a awesome collection about the [Inferno](https://infernojs.org/) library.

[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
[![MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/guuibayer/awesome-inferno/blob/master/LICENSE.md)

## About Inferno
> :fire: An extremely fast, React-like JavaScript library for building modern user interfaces

### Inferno General Resources
- [Inferno Official Site](https://infernojs.org/)
- [Inferno Github](https://github.com/infernojs/inferno)

### Inferno Community
- [Inferno Twitter](https://twitter.com/inferno_js)
- [Inferno Reddit](https://www.reddit.com/r/infernojs)

## Summary
- [Articles](#articles)
- [Components](#components)
- [Routing](#routing)
- [Boilerplates](#boilerplates)
- [Tools](#tools)
- [State](#state)

### Articles
- [Introducing Inferno 1.0](https://medium.com/inferno-js/introducing-inferno-1-0-f3da5c4e773b#.7eopg73y8)
- [Interview with Dominic Gannaway (Creator of InfernoJS)](http://survivejs.com/blog/inferno-interview/)
- [Learn About Inferno JS: Build and Authenticate an App](https://auth0.com/blog/learn-about-inferno-js-build-and-authenticate-an-app/)
- [Inferno JS: Build and Authenticate an App](https://dzone.com/articles/inferno-js-build-and-authenticate-an-app)

### Components
- [inferno-virtual-list](https://github.com/lukeed/inferno-virtual-list)
_A "virtual" list that only renders visible items. Supports millions of rows. Recycles efficiently._
- [inferno-motion](https://github.com/infernojs/inferno-motion)
_A spring that solves your animation problems_
- [ac-inferno](https://github.com/nitin42/animate-components)
Elemental components for doing animation!
- [inferno-animation](https://github.com/jhsware/inferno-animation)
Library to animate Inferno components on mount and dismount using CSS rules (also allows you to animate width and height)

### Routing
- [inferno-router](https://github.com/infernojs/inferno/tree/master/packages/inferno-router)
_Inferno Router is a routing library for Inferno._

### Boilerplates
- [inferno-boilerplate](https://github.com/infernojs/inferno-boilerplate)
_Basic example for getting started_
- [inferno-mobile](https://github.com/Rudy-Zidan/inferno-mobile)
_Mobile starter (InfernoJs, Cordova and onsen)._
- [inferno-starter](https://github.com/nightwolfz/inferno-starter)
_Isomorphic Mobx starter project_
- [inferno-starter](https://github.com/lukeed/inferno-starter)
_Webpack2 boilerplate for building SPA / PWA / offline front-end apps_
- [infernizer](https://github.com/oreqizer/infernizer)
_The ultimate Inferno boilerplate_
- [inferno-isomorphic-tempalte](https://github.com/MrFoxPro/inferno-isomorphic-tempalte)
_FuseBox / Isomorphic / TypeScript_

### Tools
- [create-inferno-app](https://github.com/infernojs/create-inferno-app)
_Port from [create-react-app](https://github.com/facebookincubator/create-react-app) to create Inferno apps with no build configuration._
- [inferno-devtools](https://github.com/infernojs/inferno/tree/master/packages/inferno-devtools)
- [nwb](https://github.com/insin/nwb)
_A toolkit for React, Preact & Inferno apps, React libraries and other npm modules for the web, with no configuration (until you need it)_

### State
- [@cerebral/inferno](https://github.com/cerebral/cerebral/tree/master/packages/node_modules/@cerebral/inferno)
_The Inferno view package for Cerebral (v2)._
- ~~[cerebral-view-inferno](https://github.com/cerebral-legacy/cerebral-view-inferno)~~
_The Inferno view package for Legacy Cerebral (v1)._
- [inferno-mobx](https://github.com/infernojs/inferno/tree/dev/packages/inferno-mobx)
_This is a fork of [mobx-react](https://github.com/mobxjs/mobx-react) for Inferno._
- [inferno-redux](https://github.com/infernojs/inferno/tree/dev/packages/inferno-redux)
_Inferno Redux is a [redux](https://github.com/reactjs/redux) library for Inferno._

## Contributing
Your contribution or suggestion is always welcome, feel free to include new content :heart:

## License
[MIT License](https://github.com/guuibayer/awesome-inferno/blob/master/LICENSE.md)