What should go into JSX 2.0?
github.com
What should go into JSX 2.0?
1–10 of 102 posts
Re: What should go into JSX 2.0?
#2Come on, get with it - JSX 2.0, TypeScript 2.0, etc. is what real web devs use. That other crap is obsolete. This is 2017.
Edit: I'm parodying this:
https://hackernoon.com/how-it-feels-to-learn-javascript-in-2...
Re: What should go into JSX 2.0?
#3Re: What should go into JSX 2.0?
#4"What should go into JSX 2.0?" would be a much clearer title outside of the context of the GitHub issue.
I would like to see a successor that is more like HTML5 without the X. No idea how that could be realized though... ;)
Re: What should go into JSX 2.0?
#5"What should go into JSX 2.0?" would be a much clearer title outside of the context of the GitHub issue.
Re: What should go into JSX 2.0?
#6Re: What should go into JSX 2.0?
#7const animal = "cat"; equivalent to:
Re: What should go into JSX 2.0?
#8I wish it could be possible to write this: const animal = "cat"; equivalent to:
Re: What should go into JSX 2.0?
#9Re: What should go into JSX 2.0?
#10I definitely think fragments should be an added feature of a 2.0 version of JSX - just take a look at this Github issue that continues to house active discussion now for 2+ years. https://github.com/facebook/react/issues/2127