Generate a Static Website from Your React App
All of us love React, right? At least I do :). The main reasons I love React are, component decomposition and JSX (BTW some people hate it) where you can write HTML codes directly in the JS, and last but not least the performance thanks to its virtual DOM. Before I get into the …