React.js

4 useful JavaScript Shorthands you can use in React.js

Here are my favorite shorthands that provide less & clearer code. And not only in React.js

Louis Petrik
JavaScript in Plain English
7 min readApr 15, 2020

--

Source: The author

Especially in JSX, code can quickly become confusing, although this is exactly where JSX should help.
But the many & detailed JavaScript expressions offer a certain risk, which we…

--

--