apocalypse
dev
Posts including some tutorials
Do you ever get the feeling like dialogs and modals in React are way more complex than they should be? Me too. Let's do something about it!
How to debug and fix client-side exception in a Next.js application.
Short tutorial on how to use env variables in Next.js client-side and is it a good idea
Do you really need a library to create simple drag and drop file uploader? In this post I will create such a component without the use of any drag-and-drop package.
Tutorial on how to paste image to the input field in order to process it in your app.
The market of state managers is bloated with so many solutions, that it's easy to forget about the OG state manager that was there all this time.
How to connect with database using Drizzle and avoid exceeding max connections limit? Let's find out!
Implementing a simple scroll progress bar in React without the use of any third party library
How to set up a local PostgreSQL database using Docker, connect it with a Next.js application using Drizzle ORM and explore it with Drizzle Studio
A quick tutorial to help you implement typewriter animation in React on your website