• React Digest
  • Posts
  • Architectures of modern front-end applications

Architectures of modern front-end applications

Classical, modular, and FSD architectures React oriented

This post explores the advantages of popular architectures and helps you choose the best solution to meet your unique requirements. We'll explore the differences between classical, modular, and FSD architectures, and discussed their usages.

Flaky tests waste time and erode trust in your test suite. Artem Zakharchenko shares how Codecov’s Test Analytics can help you flag unreliable tests early and keep your CI/CD pipeline running smoothly.

The article debunks the myth that Server-Side Rendering (SSR) increases cloud costs, arguing that it actually saves money by reducing computational overhead and server round-trips. Theo explains that SSR's rendering time is minimal compared to database queries and authentication checks, and it provides many benefits.

In this article Saman describes the development of a DOM-based 3D terrain renderer built entirely with HTML divs. He details how he overcame previous challenges with 3D graphics in web development, explaining the three-step process of terrain generation: creating a height map, processing neighbor relationships, and rendering tiles using CSS transforms.

React Tech Stack in 2025
8 minutes by Robin Wieruch

This article outlines a comprehensive React tech stack recommendation for full-stack applications in 2025, based on the Robin's experience as a freelance developer and solo founder. He emphasizes choosing stable, maintainable technologies while being mindful of vendor lock-in and provides rationale for each recommended tool.

Ref Callbacks, React 19 and the Compiler
6 minutes by Dominik Dorfmeister

The article revisits the topic of callback refs in React, discussing best practices and updates in React 19. Dominik explains why using useCallback for ref callbacks isn't always necessary and can be problematic with the upcoming React Compiler.

how did you like this issue?

Login or Subscribe to participate in polls.

newsletters

Would you like to become a sponsor and advertise in one of the issues? Check out our media kit and get in touch.