inferno
inferno copied to clipboard
:fire: An extremely fast, React-like JavaScript library for building modern user interfaces
In this link https://infernojs.github.io/inferno/ All the examples throwing 404 error, please check and fix them. 
Why does Inferno's setState is synchronous? ### How it works now (v7.3.2): ### Result: ### How it works in React:
Hey, So I have a react app that I'd like to migrate to inferno for performance reasons. I spent a few hours trying to configure my (ejected) create-react-app to use...
https://github.com/thejameskyle/babel-react-optimize transform-react-inline-elements would be a little bit problematic for Inferno I guess?
Is it possible to create an API for functional components? Currently, it only supports Component classes and stateless components. So it's quite awkward if we need to generate side-effects on...
**Preface** The issue comes from the fact that if class Components implement at least one of the getSnapshotBeforeUpdate or the getDerivedStateFromProps life cycle hook then the componentWillMount, componentWillReceiveProps, and componentWillUpdate...
**Observed Behaviour** All server rendering tests are run with JSDOM-environment exposing `document` which isn't available in node during SSR. **Expected Current Behaviour** We should run *.spec.server.jsx with separate config file...
*Before* submitting an issue please: - Check that you are using the latest version of Inferno. Either using our [CDN @ Master](http://cdn.infernojs.org/latest/inferno.js) or by checking the tags on [NPM](http://www.npmjs.com/package/inferno). -...
When I use `inferno-test-utils` lib to test my inferno app, I encounter some problems that need your help. Firstly I rendered a component use `renderIntoContainer`. But I have some problems...