Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post 1.0.0 roadmap #628

Closed
trueadm opened this issue Dec 23, 2016 · 8 comments
Closed

Post 1.0.0 roadmap #628

trueadm opened this issue Dec 23, 2016 · 8 comments

Comments

@trueadm
Copy link
Member

trueadm commented Dec 23, 2016

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...
@davedbase
Copy link
Contributor

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

@Zalastax
Copy link

Zalastax commented Jan 5, 2017

@Havunen
Copy link
Member

Havunen commented Jan 28, 2017

React like HMR (This has been requested multiple times)

@Havunen
Copy link
Member

Havunen commented Jan 30, 2017

Support Passive Event Listeners (touchStart etc) This could be done synthetic events.

more Info:
https://github.com/WICG/EventListenerOptions/blob/gh-pages/explainer.md

@Havunen
Copy link
Member

Havunen commented Jan 30, 2017

Supporting rendering fragments:

#501

@osdevisnot
Copy link

For inferno in tsx, jsx-factory is now in TS stable -- https://github.com/Microsoft/TypeScript/wiki/Roadmap

@Havunen
Copy link
Member

Havunen commented Mar 4, 2017

@osdevisnot jsx-factory is just createElement?

@osdevisnot
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

5 participants