|
|
|
|
|
by undo76
3798 days ago
|
|
Well, technically you don't need to know JSX, but it pays off to know it IMHO. Moreover, the DOM API is much more complicated than React API and the latest doesn't depend on the particular browser you are using. But yes, to use a technology, you need to understand it. Regarding the size, you are right, I wouldn't recommend to use React for such a tiny task. |
|