|
|
|
|
|
by tropshop
2787 days ago
|
|
Front-end devs need to first master the vanilla tools, then reach for the frameworks once they understand the why. I'd like to see a build tool that focuses on plain HTML, CSS, and ES6 modules. It takes the input .html file, parses the <script type="module"> elements, and statically analyzes the code to polyfill and re-write output for specified browser compatibility. I think part of the problem is that the intro tutorials for the fully loaded frameworks look so much simpler at a glance than trying to wrangle something on your own. Any ideas for youmightnotneedreact.com? |
|