vernak2539 / words-byvernacchia

blog / investigations built with astro
https://words.byvernacchia.com
0 stars 0 forks source link

blog/2023/01/a-new-blog-why/ #7

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

A New Blog? Why? | Words by Vernacchia

Hmmm, why a new blog? I wonder...

https://words.byvernacchia.com/blog/2023/01/a-new-blog-why/

timche commented 1 year ago

Great list! You might want to compare React Query against SWR too, as React Query feels like a framework and SWR like a library.

I can also recommend looking into an ORM like Prisma or Drizzle for relational databases like Postgres or MySQL (Supabase and Planetscale have generous free tiers).

In terms of compiling/bundling, esbuild and SWC are really nice to play around with. Vite uses esbuild under the hood and Next.js is using SWC.

vernak2539 commented 1 year ago

Nice!! Those are all great recommendations!

I feel as if I've encountered so much just in the short time of doing this that I've not had time to update this page.

I'm really excited to try out all of TanStack's new things and will definitely try out SWR.

Side note: I love Vite. It's really helped me "just get started without any faff." So quick and defaults are perfect