Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Best practices
2 votes
0 replies
73 views

I am working on a large React application and have started using dynamic imports with React.lazy() to reduce the initial bundle size. Example: const Dashboard = React.lazy(() => import('./Dashboard'...
Advice
0 votes
1 replies
109 views

I'm currently working on a personal project related to Warhammer. Because I needed to test some things, I have made an test project for a quiz that would help select a faction. But I'm kind of still ...
Advice
1 vote
4 replies
154 views

I am a junior front-end developer and I have learned the following technologies: - HTML - CSS - JavaScript - TypeScript - Git / GitHub - React - Next.js I have built some small practice projects, but ...
Best practices
4 votes
4 replies
201 views

I’m currently learning frontend development and trying to understand how authentication is handled in real-world applications, not just in tutorials. I often see different types of tokens used, such ...
Advice
0 votes
6 replies
105 views

Lately, I've seen so many job ads labeled 'front-end' that ask for experience with back-end technologies. For example, I've seen jobs labeled front-end that have asked for experience with databases ...
Advice
0 votes
2 replies
84 views

My professional experience in tech has mostly been on the back-end, but I've been trying to learn more about front-end technologies like React so that I have more tools at my disposal. Broadly ...
Score of -1
1 answer
110 views

I have a webpage with several tabs. Inside one of them I include an iframe as a way to manage certain properties, therefore I need the data to be persistent. Each time I change to another tab and come ...
Score of 0
2 answers
95 views

I have a PagesContainer component that renders multiple Page components like this: <PagesContainer> <Page /> <Page /> <Page /> <Page /> </PagesContainer> I ...
Score of 2
1 answer
264 views

I want to make a popup with a slideshow but I have a problem, I can't get the naviagtion arrows be placed inside the image container, so when the website is resized they stay in the same place. I want ...
Score of 2
2 answers
242 views

This would seem like a basic question, but I found no information on it. Websites don't typically consist of a single page. E.g. Stack Overflow has a menu on the left with Home, Questions, Tags links, ...
Score of 0
1 answer
57 views

I'm doing Meta's Front End Web Development lessons on Coursera.org and have nearly finished my client project for the "HTML and CSS in depth" sessions. But when I make my browser smaller or ...
Score of 0
1 answer
96 views

I created a navbar with a logo on the left side, links on the right side and another 2 links that are highlighted and I added a icon menu, which appears on small screens, but, the problem is that when ...
Score of 0
1 answer
104 views

I am designing a website, and I need to align buttons and tabs at the same line. When I implement following structure, it does work, but when I add the <Table/> component as children, it does ...
Score of 1
2 answers
232 views

body { margin: 0vh 0vw; } .header { position: relative; width: 100%; height: 12vh; background-color: #004d40; display: flex; align-items: center; justify-content: center; overflow: ...
Score of -1
1 answer
153 views

#loading-animation { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image:url('data:image/'); background-repeat: no-repeat; background-size: cover ; display: ...
user avatar

15 30 50 per page
1
2 3 4 5
93