-
Notifications
You must be signed in to change notification settings - Fork 20
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
inline constant tag name in JSX transformation #115
Comments
Not sure if it's a good idea; but you could also use inlined spread syntax like this:
Though I wonder; would there be any reason to not expand it completely into something like this:
|
If we want to implement props inlining, then the redundant {...{ ... } } will be removed. |
@pionxzh I believe this should be reopened as per:
|
Thanks. |
Description
Constant tag name should be inlined into the JSX tag to reduce the noise.
source: #113 (comment)
Input code
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: