13 Stories by Doğacan Bilgili
In this article, we’ll explore how to build a modal module for React with React Router and discuss the various aspects of modals.
A dropdown menu consists of four basic components: the header wrapping, header title, list wrapping, and list items.
Learn how to secure your React app by implementing basic server-side login authentication for an Express.js server.
In this article, you'll learn the benefits of using a decoupled monorepo and how to deploy one to Heroku.
In this tutorial, you'll learn how to set up Firestore's Cloud Firestore and communicate with the database through a Next.js app with API endpoints.
Learn how to integrate Socket.io into Next.js to start a WebSocket connection to share information between the client and server in real-time.
Discover how to use Puppeteer to automate basic interactions and deploy it on Google Cloud Functions to make it a microservice.
Learn to use Strapi with Next.js to create an application that can register and authenticate users and persist sessions.
Learn why you should use the dangerouslySetInnerHTML property in your React application and how to apply it safely within your code.
Ever wonder how to build a tag input field component for your React app? Here’s a quick tutorial to show you how.
Use compound components to control tooltips and pop-up menus in your React applications, helping you keep your user interface clean and tidy.
Learn how you can use webpack to set up a Figma plugin project that establishes communication with a React-based UI.