Modern script loading
Serving the right code to the right browsers can be tricky. Here are some options…
Agreed. Jason Miller, creator of Preact, shares his thoughts on delivering the right scripts to the right browsers.
Serving the right code to the right browsers can be tricky. Here are some options…
Agreed. Jason Miller, creator of Preact, shares his thoughts on delivering the right scripts to the right browsers.
htm is JSX-like syntax in plain JavaScript - no transpiler necessary.
This works thanks to Tagged Templates and compiles down to zero bytes using babel-plugin-htm.