2024-04-05
5109
#react
Doğacan Bilgili
3495
Apr 5, 2024 ⋅ 18 min read

Adding login authentication to secure React apps

Doğacan Bilgili A software developer who is also into 3D-modeling and animation.

Recent posts:

The right way to implement AI into your frontend development workflow

Discover how to integrate frontend AI tools for faster, more efficient development without sacrificing quality.

Wisdom Ekpotu
Apr 23, 2025 ⋅ 5 min read
React Hook Form Vs. React 19: Should You Still Use RHF In 2025?

React Hook Form vs. React 19: Should you still use RHF in 2025?

Is React Hook Form still worth using? In this guide, you will learn the differences, advantages, and best use cases of React Hook Form.

Vijit Ail
Apr 23, 2025 ⋅ 20 min read
deploying react apps to github pages

How to deploy React apps to GitHub Pages

Walk through the process of deploying a Create React App project to GitHub Pages, customizing your domain, and automating deployments with GitHub Actions.

Nelson Michael
Apr 22, 2025 ⋅ 10 min read
move before api

We can finally move elements in the browser with the moveBefore() API

The newly announced moveBefore() API helps developers easily reposition DOM elements while preserving their state.

Chizaram Ken
Apr 22, 2025 ⋅ 8 min read
View all posts

7 Replies to "Adding login authentication to secure React apps"

  1. Won’t
    app.use(express.static(path.join(__dirname, ‘/client/build’)))
    show the whole build/source code even if I am authenticated or not? Is there a way to only serve that if I am authenticated?

Leave a Reply