No build front end is so much more fun
a year ago
- #JavaScript
- #browser APIs
- #web development
- Avoid frontend build systems like npm, React, TypeScript, etc., and code in plain HTML and JavaScript.
- Browser APIs are now robust enough to eliminate the need for jQuery.
- Use simple methods like `document.querySelectorAll()` and `fetch()` to build value with minimal code.
- Recent articles cover topics like LLMs, AI and jobs, and running tools in the terminal with LLM.