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

https://daggerjs.org

#HackerNews #DaggerJS #JavaScript #MicroFramework #Buildless #RuntimeOnly #WebDevelopment

dagger.js

A lightweight runtime web frontend javaScript framework

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. 🤣

Going Buildless

Can we do modern web development without a build step? How can we solve common build problems in HTML, CSS and Javascript using just the platform?

Max Böck

✏️ 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?

https://mxb.dev/blog/buildless/

Going Buildless

Can we do modern web development without a build step? How can we solve common build problems in HTML, CSS and Javascript using just the platform?

Max Böck

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

#webdev #javascript #jsdoc #buildless

There appears to be an assumption that no matter what else we do about #ClimateChange, one absolute, indisputable fact is that we absolutely *must* rapidly build an entire now global energy infrastructure of #RenewableEnergy, #CleanEnergy, #CarbonFreeEnergy.
There is absolutely no evidence that doing so will ever help the collapsing ecosystem.
There is no evidence it can work.
And pretending it's not why emissions are rising now is pretending.
#SlowDown #BuildLess #RejoinLife

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. 👍😎

UNPKG

The CDN for everything on npm

I remember how much I have been laughed at when I said we want #buildless JavaScript, and now it is popping up all over the place. I mean webpack was never just a simple tool, and I still try to avoid magic, big dependencies.

#WebComponents experience  

 Browsers don't have the same baseline styles.
 2 hours figuring out how to avoid #frameworks and #bundlers.
 3 hours of searching framework anyway, only to stumble upon options that either, like #LitElement, have minified bundle without #TS declaration or, like #StencilJS, require building.
  Ending up writing my own nano-framework with adoptedStyleSheets #polyfill.

#TIL #JavaScript #buildless #AreWeThereYet