Add Option for React Syntax #661
thecodeclimber
started this conversation in
4. General
Replies: 2 comments
-
The curly bracket thing in react is not a style convention but it's the way JSX supports interpolation. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Okay - got it. I'll just learn to live with it :). Thanks for the quick reply. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The one thing I do not like about vue syntax is the quotation marks for v-on and the like. I much prefer the react syntax of squirly brackets. In other words:
The squirly brackets help indicate that this is some sort of logic as opposed to a normal html attribute. I imagine it is not possible to switch out the syntax, but perhaps you could add the option to use both options.
Beta Was this translation helpful? Give feedback.
All reactions