Why JSX? JSX allows html, css and js to be written in one place, as opposed to the old way of putting them in separate files. Example JSX Curly braces...
Methodologies BEM(Block, element, modifiers) https://getbem.com/ Wonderful CSS games https://flukeout.github.io/ https://cssgridgarden.com/
Prerequisite Basic knowledge of node What is Babel? A JavaScript compiler. A toolchain that is mainly used to convert ECMAScript 2015+ code into a...