Hacker News new | ask | show | jobs
by bob1029 462 days ago
Congrats on the progress.

A lot of the SQLite code & modeling looks similar to how I'd approach this.

I was wondering about the need for React in this arrangement. I feel like you could do this with even fewer vendors and less memory (on the client).

1 comments

Thank you! I already had experience working in React so I decided to use it for the first release.

I am thinking about switching to HTMX to further reduce size, simplify and improve performance.