This is a WIP:
shared.ts functions into inferno-helpers as a package.core/DOM into the inferno package.src into their own packages along with tests.src folder at the route, src should be related to.inferno-redux, inferno-mobx, inferno-compat from core. Let the community drive these packages and take pressure off core team.React like HMR (This has been requested multiple times)
Support Passive Event Listeners (touchStart etc) This could be done synthetic events.
more Info:
https://github.com/WICG/EventListenerOptions/blob/gh-pages/explainer.md
Supporting rendering fragments:
For inferno in tsx, jsx-factory is now in TS stable -- https://github.com/Microsoft/TypeScript/wiki/Roadmap
@osdevisnot jsx-factory is just createElement?
@Havunen it's a change in semantics, where a consuming component would invoke factory function rather than the source component. (Here)[https://gist.github.com/sebmarkbage/d7bce729f38730399d28] is detailed explanation.
Most helpful comment
React like HMR (This has been requested multiple times)