Web Frameworks: Why You Don’t Always Need Them

Richard MacManus explaining Daniel Kehoe’s approach to building websites:

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: JavaScript modules can now


The post Web Frameworks: Why You Don’t Always Need Them appeared first on CSS-Tricks.

You can support CSS-Tricks by being an MVP Supporter.


This content originally appeared on CSS-Tricks and was authored by Chris Coyier

Richard MacManus explaining Daniel Kehoe’s approach to building websites:

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: JavaScript modules can now be downloaded from third-party content delivery networks (CDNs).
  • Custom HTML elements: Developers can now create custom HTML tags, via Web Components.

Using a no build process and only features that are built into browser, and yet that still buys you a pretty powerful setup. You can still use stuff off npm. You can still get templating. You can still build with components. You still get isolation where needed.

I’d say today you’re:

  • Giving up some DX (hot module reloading, JSX, framework doodads)
  • Gaining some DX (can jump into project and just start working)
  • Giving up some performance (no tree shaking, loads of network requests)
  • Widening your hiring pool (more people know core technologies than specific tools)

But it’s not hard to imagine a tomorrow where we give up less and gain more, making the tools we use today less necessary. I’m quite sure we’ll always still find a way to jam more tools into what we’re doing. Hammer something something nail.

Direct Link to ArticlePermalink


The post Web Frameworks: Why You Don’t Always Need Them appeared first on CSS-Tricks.

You can support CSS-Tricks by being an MVP Supporter.


This content originally appeared on CSS-Tricks and was authored by Chris Coyier


Print Share Comment Cite Upload Translate Updates
APA

Chris Coyier | Sciencx (2021-03-09T23:37:06+00:00) Web Frameworks: Why You Don’t Always Need Them. Retrieved from https://www.scien.cx/2021/03/09/web-frameworks-why-you-dont-always-need-them/

MLA
" » Web Frameworks: Why You Don’t Always Need Them." Chris Coyier | Sciencx - Tuesday March 9, 2021, https://www.scien.cx/2021/03/09/web-frameworks-why-you-dont-always-need-them/
HARVARD
Chris Coyier | Sciencx Tuesday March 9, 2021 » Web Frameworks: Why You Don’t Always Need Them., viewed ,<https://www.scien.cx/2021/03/09/web-frameworks-why-you-dont-always-need-them/>
VANCOUVER
Chris Coyier | Sciencx - » Web Frameworks: Why You Don’t Always Need Them. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/03/09/web-frameworks-why-you-dont-always-need-them/
CHICAGO
" » Web Frameworks: Why You Don’t Always Need Them." Chris Coyier | Sciencx - Accessed . https://www.scien.cx/2021/03/09/web-frameworks-why-you-dont-always-need-them/
IEEE
" » Web Frameworks: Why You Don’t Always Need Them." Chris Coyier | Sciencx [Online]. Available: https://www.scien.cx/2021/03/09/web-frameworks-why-you-dont-always-need-them/. [Accessed: ]
rf:citation
» Web Frameworks: Why You Don’t Always Need Them | Chris Coyier | Sciencx | https://www.scien.cx/2021/03/09/web-frameworks-why-you-dont-always-need-them/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.