Skip to content

Inferno v5.3.0

Compare
Choose a tag to compare
@Havunen Havunen released this 02 Jul 18:43
· 682 commits to master since this release

Improved error recovery

This release adds basic support for recovering from user-land errors. Previous render result is now changed as diffing process goes on. When an exception happens, next render continues from the correct state.

Inferno-core

Chaining forceUpdate now renders asynchronously ( the same way as setState ) to avoid error situations