@Container queries
Container queries are a new feature that allow you to query the size of a container. This is useful for creating responsive components that can adapt to the size of their container.
I’m Austin, a Software Engineer with a focus on frontend. I have over 8 years experience building large scale applications using React. I love building things with React and TypeScript. I’m currently very excited about Remix and NextJS. I’m also a big fan of Tailwind CSS and Styled Components.
Container queries are a new feature that allow you to query the size of a container. This is useful for creating responsive components that can adapt to the size of their container.
findUnique > findFirst in Prisma ORM when working with PostgreSQL depends on the specific requirements of your query. For direct, unique identifier-based retrievals, findUnique is the preferred method due to its efficiency and clarity.
Create a simple form in react where form state is controlled
Create a simple slide menu in react that will close when you click outside of it.