|
You are here |
kentcdodds.com | ||
| | | | |
www.integralist.co.uk
|
|
| | | | | Introduction This post will explain how to set-up and configure the various tooling necessary in order to be able to write cross-compatible modern (ES2015+) JavaScript code. Note: if you're unsure of what 'modern' JavaScript looks like, then I'll refer you to these compatibility tables. The tools we'll be using: Babel: transpiler of modern JS into ES5 compatible code. Webpack: a js module bundler. Note: webpack is actually capable of transforming, bundling, packaging just about anything (as we'll see sho... | |
| | | | |
www.aleksandrhovhannisyan.com
|
|
| | | | | Webpack is one of the most popular code bundlers available. Here's a simple webpack config to bundle your JavaScript. | |
| | | | |
karmanivero.us
|
|
| | | | | A sweet Next.js project template. Integrates Redux Toolkit with with test support for Mocha + Chai + React Testing Library and release publishing via release-it. | |
| | | | |
danijelavrzan.com
|
|
| | | Publish is a static site generator that lets you build website in your favourite programming language - Swift! | ||