A simple tool for tracking job applications.
Used TanStack DB and TanStack Query to sync data locally with the remote database. Allows implementing Optimistic UI very easily.
Supabase creates a full REST API for querying your tables. It has a CLI tool to generate types from your database schemas. It also offers authentication mechanisms that are easy to implement and make it secure.
Pairs very well with LLMs and it's very fast. Implementing dark mode is easy. It comes with some external tooling like the Prettier plugin and the IDE extension, which makes the DX is really good.
99% of my experience and a frontend engineer is with React and I really enjoy it.
Modern bundling tooling. Great DX, everything feels super fast and snappy.
It adds a type safety layer on top of JavaScript with great IDE integration. Allows better autocomplete suggestions and it pairs very well with LLMs.