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

Idea: Auto optimize feature #12

Open
Havunen opened this issue Oct 16, 2018 · 0 comments
Open

Idea: Auto optimize feature #12

Havunen opened this issue Oct 16, 2018 · 0 comments

Comments

@Havunen
Copy link

Havunen commented Oct 16, 2018

Hi,

Lately I have been thinking that it would be cool, if we could automatically add optimization flags. Can we detect type information in this plugin?

For example if we have simple use case like this:

function translateText(): string {
   return 'Okay!'
}

// Could we automatically flag this vNode with $HasTextChildren? because we know translateText always returns string
const div = <div>{translateText()}</div>;

This could be used for another vNode, numeric values, strings, nulls?. Lists might be problematic because there we need to know if its keyed or not.

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

No branches or pull requests

1 participant