swyxio / YouMightNotNeedABundler

YouMightNotNeedABundler.com
MIT License
3 stars 0 forks source link

Call for Contributions #1

Open swyxio opened 4 years ago

swyxio commented 4 years ago

our inspirations are:


links to standards work that has enabled this new paradigm

Usecases to cover

We'll need tips for

Related Talks

Sites/Webapps that don't use bundlers

Things Bundlers Still Do Well


I think if you'd like to contribute some bullet points to hit, or link to your own content, just reply here, or open a PR to the README - we'll just get the content going

tomByrer commented 4 years ago

Best suggestion for server-side: use Deno.

You could do in-browser loading from libs via a CDN. But IMHO after using more than 3 libs, or 1 larger one for a small project, you'll want to tree-shake into a smaller bundle. But until you get to that point, jsDelivr CDN can help by directly grabbing files from a Github repo, & collating multiple libs together. (EG 1 HTTP/1 call to grab React, React-dom, & Material-UI as a single file).

tomByrer commented 4 years ago

Using package.json scripts, good to have comments. (several variations of same theme) https://twitter.com/housecor/status/1249719883329396741

swyxio commented 4 years ago

idk about deno - cant use a lot of node libraries people use, right?

cool tips on the rest, thanks