After many works of development, we're proud to say that Inferno 0.6 has been released! It's a complete re-write of much of the internals. Not only is the codebase smaller, performance has improved across the board and the amount of edge cases has dropped dramatically.
This release is a breaking update, and thus, previous versions of Inferno may not be compatible with 0.6
. Specifically, Inferno no longer uses templates and the createTemplate
API as found in 0.5
. Furthermore, Inferno 0.6
requires version 0.6
of the babel-plugin-inferno
package if you intend to use Inferno with JSX.
Please check the README.md
for more details on the improved API.