lastmjs / modern-web-application-architectures

A course teaching the first principles of modern web application architectures, concept by concept.
MIT License
0 stars 0 forks source link

Add a build tool??? #4

Open lastmjs opened 5 years ago

lastmjs commented 5 years ago

We haven't mentioned Zwitterion, webpack, parcel, etc...perhaps we'll cover that just fine in the TypeScript section, the point is to not use any of these tools if possible, since most of them will fade away, except in the case of transpilation. But we won't need bundlers for modern web apps, and we won't need bare import specifier rewrites...actually, we'll probably have to introduce this concept when we incorporate lit-html