Javascript
Adding React to a webpage without creating NPM project
React is a brilliant framework from Facebook for frontend development. However the initial setup itself requires a lot of steps like creating a node project and setting up webpack or similar etc while the requirement is to simply create a simple widget to be embedded as part of a bigger Read more…