-
-
Notifications
You must be signed in to change notification settings - Fork 635
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
Comments
|
|
React like HMR (This has been requested multiple times) |
Support Passive Event Listeners (touchStart etc) This could be done synthetic events. more Info: |
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. |
This is a WIP:
shared.ts
functions intoinferno-helpers
as a package.core
/DOM
into theinferno
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.The text was updated successfully, but these errors were encountered: