-
Notifications
You must be signed in to change notification settings - Fork 84
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
Allow Support for multiple parameters in JSX
syntax
#181
Comments
I was actually planning to remove support for I'm trying to, as much as possible, only have one way to do things. And only in cases where it's very convenient would we add a shortcut / additional way. Curious about your thoughts, if any? |
Oh I see. I'd suggest to keep the Honestly, I can't think of any reason but it's syntactical advantages. It's more friendly for web developers as well since its pretty much a convention used in other popular web frameworks. Also, does that mean are you removing Structs as components? @chinedufn |
Definitely keeping the As for the shorthand syntax.. Ok let's continue to support it for now. I'm not so sure about my own stance yet. Also, just for context, the feature was introduced here #139 Cool.. we can support this.. at least for the time being until we get feedback from others |
Awesome! |
The Problem
<Component />
syntax.Suggestion
It would be nice if we could allow support for multiple arguments in the JSX syntax as well
Or let me know if there is a particular reason for this.
Thanks
The text was updated successfully, but these errors were encountered: