Fylgja v2.2 is out https://fylgja.dev/blog/npx-fylgja-add/
Fylgja v2.2 is out https://fylgja.dev/blog/npx-fylgja-add/
Một mẫu blog với ràng buộc cấp tiến: không cần cơ sở hạ tầng. Chỉ cần HTML làm API, không cần phân tích cú pháp Markdown, không bước xây dựng, không Hugo/Eleventy/Astro/Next/Nothing. Nếu trình duyệt có thể đọc được thì nó hợp lệ. Sử dụng AI làm CMS vì cấu trúc phẳng và có thể dự đoán. Gói này có thể nén lại và lưu trên USB. Vẫn sẽ hoạt động vào năm 2045. Không cần node_modules, không API bị hỏng.
📝 #blog #htmlonly #zero_infrastructure #ai_as_cms #simple_blog #buildless #vietnamese #vi #program
Dagger.js – A buildless, runtime-only JavaScript micro-framework
#HackerNews #DaggerJS #JavaScript #MicroFramework #Buildless #RuntimeOnly #WebDevelopment
I recently read on HackerNews about a new trend called “#buildless #websites with zero dependencies".
The main takeaway is that your future self will thank you for not having to maintain build chains and fix broken dependencies.
... so I guess I did the right thing with plain HTML and (S)FTP for the last ~20 years. 🤣
#dans_mon_flux :
Going Buildless | Max Böck
https://mxb.dev/blog/buildless/
✏️ New post: Remember when the code in your editor was exactly the same code delivered to the browser? Now there's usually a build process in between, and that can get ... complicated.
Do we still need that? Can we do modern web development completely #buildless?
Phone reminded that I was at React Finland presenting exactly one year ago.
Currently on my way to WordCamp Finland to present on a similiar subject #usetheplatform
I really try to go #serverless and #buildless on new smallish JS browser projects.
Ever since I discovered that you can nowadays
<script type="module">
and then import most packages directly in JS with
import foo from "https://unpkg.com/<packagename>@<version>/<file>?module"
(or import the old-fashioned "require" UMD module with the hack described here: https://stackoverflow.com/a/64721256 )
, I start coding away without having to mess with node/build/bundling crap. 👍😎