10 Followers
38 Following
12 Posts
Why change to Linux when you can just give up on computers altogether?
I want a burrito that's the size of a modern graphics card

@slightlyoff procurement processes, performance budgets, accessibility standards.

You pointed these things out in part 4, and I agree with them.

Frontend frameworks and code bloat are a symptom. I saw the same behaviour in Classic ASP as you're complaining about now in frontend frameworks.

Even without JavaScript, poorly run organisations will just make horrific sites on the server, fixing none of the issues you care about.

@negative12dollarbill at the most basic level, `expect(method_under_test(args)).toEqual(expected);`

If everything is in-line on the page, you can't really do that.

@negative12dollarbill nope, I already have that working. It's just not tested.
Was looking for
* A way to build a static page
* Testable code
* No need for html generation like React or other render HTML business
Found the answer here: https://aus.social/@caseyleask/112580035678032079
Casey (@[email protected])

MDN coming in clutch https://github.com/mdn/js-examples/tree/main/module-examples/basic-modules

Aus.Social
js-examples/module-examples/basic-modules at main · mdn/js-examples

Code examples that accompany the MDN JavaScript/ECMAScript documentation - mdn/js-examples

GitHub
@negative12dollarbill I'm not rendering much HTML, besides <canvas>. And I'm happy to create it by hand.
The context is that I'm trying to build a canvas game

I'm trying to find a way to build a static page with tested code that doesn't use React or templating.
Just HTML, CSS and some easy wiring to the tested code.

I am struggling!

@kenbot ah yes, metamodern architecture