Install
Web & Front‑End Frameworks
React/Vue/Angular, Next/Nuxt, CSS tooling, and web components/SSR/ISR.
- 4 Tracked terms
- Last 30 days Feed window
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
Latest in Web & Front‑End Frameworks
Building a Visual Website Builder with React: The Architecture Behind Webruno’s Page Editor
32+ min ago (448+ words) Building a visual website builder looks simple from the outside. Users drag a section, change some text, upload an image, click save, and expect a website to appear. The reality is much harder. A website builder is not just a…...
Testing email verification flows in Playwright without a mail server
1+ day, 7+ hour ago (682+ words) Most signup tests die at the same line. The form submits, the app renders "check your email", and the test has nowhere to go. You can assert the confirmation screen appeared, but everything after it — the code entry, the activated…...
Web Development Best Practices for 2026
2+ day, 2+ hour ago (891+ words) Performance is the single most impactful web development best practice in 2026, because it affects everything that matters: user experience, conversion rates, and search rankings. Google's Core Web Vitals make page speed a direct ranking factor, and users abandon slow sites…...
What is Web Hydration? How Static Pages Turn into Interactive Apps
2+ day, 12+ hour ago (405+ words) Imagine clicking a button on a beautifully loaded website, only for absolutely nothing to happen. You click again, harder this time, but the page is frozen. A few seconds later, the page suddenly reacts to all your clicks at once....
What Is Web Development? A Beginner's Guide 2026
2+ day, 14+ hour ago (799+ words) Web development is the craft of creating things that run in a web browser. When you visit a website, fill in a form, log into an account, or buy something online, you are using the product of web development. It…...
Antiquated HTML snippets and artefacts
5+ day, 22+ hour ago (416+ words) With ever-changing devices, browsers, operating systems, form factors, specifications, personal preferences, tooling, and corporate interests, the web is in a constant state of flux. As a result, so is the HTML we write. For every line of the HTML specification…...
Refactoring NestJS Auth Built with brkpt-auth: How Easy Is It, Really?
6+ day, 9+ hour ago (621+ words) The last post built a password + Google sign-in MVP with brkpt-auth. This one makes two changes to that same project, the kind that come up naturally as a product grows, and checks what moved. Say the product now needs a…...