Inferno: Post 1.0.0 roadmap

Created on 23 Dec 2016  路  8Comments  路  Source: infernojs/inferno

This is a WIP:

  1. Refactor the main monorepo codebase to use Lerna.

    • Move shared.ts functions into inferno-helpers as a package.

    • Move all core/DOM into the inferno package.

    • Move all other related src into their own packages along with tests.

    • There should be no src folder at the route, src should be related to.

  2. Move out inferno-redux, inferno-mobx, inferno-compat from core. Let the community drive these packages and take pressure off core team.
  3. More points coming soon...

Most helpful comment

React like HMR (This has been requested multiple times)

All 8 comments

  1. Updated SSR in inferno-server + library could use some minor clean-up

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:

https://github.com/infernojs/inferno/issues/501

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

EmilTholin picture EmilTholin  路  5Comments

yury-dymov picture yury-dymov  路  5Comments

gajus picture gajus  路  3Comments

briansakal picture briansakal  路  5Comments

alexichepura picture alexichepura  路  5Comments