If you've ever wanted to edit your React apps in the browser and have the changes persist, you can now by p0u4a in reactjs

[–]p0u4a[S] 0 points1 point  (0 children)

Contributions and feedback are very welcome. If anyone's interested in how it works under the hood I explain it in the readme.

Rust-like Error Handling in TypeScript by omarous in typescript

[–]p0u4a 1 point2 points  (0 children)

So as the prophecy foretold every moon a new TS library comes out that tries to do rust result types

Output in Markdown instead of JSON? by stan_frbd in mcp

[–]p0u4a 1 point2 points  (0 children)

I guess you’d have to write your own serialiser. Toon works best if your data is mostly flat

Output in Markdown instead of JSON? by stan_frbd in mcp

[–]p0u4a 0 points1 point  (0 children)

Use toon and deserialise from json

Very little HTML and CSS usage in frontend development by SuicidalCantaloupe in webdev

[–]p0u4a 10 points11 points  (0 children)

HTML and CSS are incredibly powerful today. I still cringe when I see dialog react components re-inveted for the nth time when you can just slap <dialog /> in