Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bookofcooks
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
19 ms
·
1.
▲
UI Automation: Synthesizing 2,616 MIDI Files to WAV at Scale
(poxate.com)
1 points
by
bookofcooks
5mo ago
|
0 comments
2.
▲
Subsetting Fontawesome to Save 250KB
(poxate.com)
2 points
by
bookofcooks
5mo ago
|
0 comments
3.
▲
by
bookofcooks
1y ago
> I have a hard time believing that a pure SPA approach would be simpler to implement. IF you used a pure SPA approach with client-side validation for each step, and server-side validation only done at the last step, I believe it would b
4.
▲
by
bookofcooks
1y ago
Honestly, I think the frontend for backend developers has always been those simple Multi-Page Applications. I know they're not the hottest new thing, but they've been around, they work, and they've had time to integrate deepl
5.
▲
by
bookofcooks
1y ago
Alright, let me know if you need any extra help. https://gist.github.com/BookOfCooks/42181c4214442144c3e4d7e5...
6.
▲
by
bookofcooks
1y ago
> To avoid the cost of updating the entire page, htmx only fetches a parent element and all of its children, but this runs into the problem that you must choose the common parent element for all the elements you want to update. Not exact
7.
▲
by
bookofcooks
1y ago
It actually depends on the page. Some pages, I don't use the SolidJS JSX, just its plain-js state primitives. For other page, I'll use full-blown SolidJS (with JSX and everything) for like a popup. Example: https://past
8.
▲
by
bookofcooks
1y ago
> For the step update, you can use Out Of Band update I did mention using OOB, but I preferred swapping the entire Stepper because the logic on the backend was just a little bit cleaner, and the Stepper didn't include anything else
9.
▲
by
bookofcooks
1y ago
You can... I guess.
10.
▲
by
bookofcooks
1y ago
Yes, this was what I wanted to get across with the article (although I utterly failed to do so). I think I would stick to HTMX for other reasons (which I've made clear in my top-level comment on this thread), but I now I see it an occa
11.
▲
by
bookofcooks
1y ago
Exactly my idea. This Github demo was pulled straight out of some work I was doing for the Admin of Prayershub ( https://prayershub.com ). Working on this specific feature (the soundtrack uploader) though, I reguarly asked myself
12.
▲
by
bookofcooks
1y ago
Hey, author here! Ask me anything! I want to make the intent of this blog post extremely clear (which tragically got lost when I got deep into the writing). I love HTMX, and I've built entire sites around it. But all over the internet,
13.
▲
Language Compiles RxJS and ReactPHP AOT
(old.reddit.com)
1 points
by
bookofcooks
3y ago
|
0 comments