Web Frameworks: Why You Don’t Always Need Them
Richard MacManus explaining Daniel Kehoe’s approach to building websites, which he calls “Stackless”:
…There are three key web technologies underpinning Kehoe’s approach:
- ES6 Modules: JavaScript ES6 can support import modules, which are also supported by browsers.
- Module CDNs: