inferno icon indicating copy to clipboard operation
inferno copied to clipboard

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

Results 52 inferno issues
Sort by recently updated
recently updated
newest added

In this link https://infernojs.github.io/inferno/ All the examples throwing 404 error, please check and fix them. ![brave_znFsl18DpL](https://user-images.githubusercontent.com/20126441/183742450-fa8a177f-d60d-49bc-a171-198472628666.png)

bug

Why does Inferno's setState is synchronous? ### How it works now (v7.3.2): ### Result: ### How it works in React:

question

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...

question

https://github.com/thejameskyle/babel-react-optimize transform-react-inline-elements would be a little bit problematic for Inferno I guess?

feature request

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...

feature request

**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...

enhancement

Does inferno compatible with the new react hook useState?

feature request

*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). -...

question
documentation

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...