Building React/Preact into a standalone script with Browserify
Browserify is a bundler that magically normalizes all your npm
requirements into something a browser can understand. This means that your whole application can be minified into just 1 script that you can include in a regular HTML page.
Building React/Preact into a standalone script with BrowserifyRead More »