oaxacaoaxaca | 1 month ago | on: Ui.dev and Fireship Join Forces
oaxacaoaxaca's comments
oaxacaoaxaca | 3 months ago | on: Show HN: Gemini Pro 3 imagines the HN front page 10 years from now
oaxacaoaxaca | 3 months ago | on: OMSCS Open Courseware
oaxacaoaxaca | 3 months ago | on: OMSCS Open Courseware
oaxacaoaxaca | 3 months ago | on: OMSCS Open Courseware
oaxacaoaxaca | 3 months ago | on: Django 6
That said, even though I still build SPAs at work, but I can't wait for the day that I get to build something big with Django & htmx.
oaxacaoaxaca | 5 months ago | on: Vibe engineering
oaxacaoaxaca | 5 months ago | on: Open Social
oaxacaoaxaca | 5 months ago | on: ChatGPT Pulse
oaxacaoaxaca | 7 months ago | on: How we built Bluey’s world
oaxacaoaxaca | 7 months ago | on: Vanilla JavaScript support for Tailwind Plus
oaxacaoaxaca | 7 months ago | on: A real world React to Htmx port – of a personal project
oaxacaoaxaca | 7 months ago | on: A real world React to Htmx port – of a personal project
I posted this for the htmx-curious, who can use fake emails and fake data, because you're absolutely right: no one should be signing up for random sites with their real info.
oaxacaoaxaca | 7 months ago | on: A real world React to Htmx port – of a personal project
I have a personal project for managing my monthly bills. Ten years ago I wrote it in React (and even posted it here - https://news.ycombinator.com/item?id=12010853 - zero comments lol). Recently I rewrote it using HTMX and the newly-beta Web Awesome.
I'm really happy with the result. IMO it feels like a 2025 website should – it has animations, loading indicators, a nice theme, etc. No landing page though. Again, I wrote this to solve my own problem, not to create a product to sell.
I'd encourage folks to check it out to see that an HTMX site can look & feel just as modern as a React site.
NB: use dummy data and bogus emails – I don't want your real data.
Thanks for reading :)
oaxacaoaxaca | 1 year ago | on: "Ensuring Accountability for All Agencies" – Executive Order
oaxacaoaxaca | 1 year ago | on: Web awesome: "Shoelace 3.0" open source web components
oaxacaoaxaca | 1 year ago | on: Web awesome: "Shoelace 3.0" open source web components
oaxacaoaxaca | 1 year ago | on: React 19 Breaks Async Composability
(I know we _can_ use them still but it's hard to convince teams of people to stick with them and ignore what the docs say are best practices for the last five years.)
oaxacaoaxaca | 2 years ago | on: Ask HN: What is your go-to stack for the web?
- "vanilla" React (no Next.js or any other framework-y bloat)
- MUI
- React Router (v5 because v6 is a pain)
Backend:
- Node
- Typescript
- Express
- Prisma or Sequelize
- Sometimes Django/DRF in lieu of the above
- MySQL or Postgres
Deployment:
- KISS principle: one Digital Ocean droplet, no serverless or any of that
oaxacaoaxaca | 3 years ago | on: You might not need an effect