fix(curriculum): standardize Next.js proper names (#60734)

This commit is contained in:
dev-kamil
2025-06-06 12:03:14 +02:00
committed by GitHub
parent d04d26f515
commit ed2bdfcf96
@@ -28,7 +28,7 @@ Frameworks, on the other hand, provide a more defined structure for building app
For example, Angular encourages a component-based architecture with a set of conventions and tools that provide a structured approach to organizing and building applications. Angular gives developers clear guidelines on how to structure components, manage state, handle routing, and interact with services, making it a more opinionated framework.
Other examples of frameworks include Remix and NextJS.
Other examples of frameworks include Remix and Next.js.
In contrast, React, a UI library, is more flexible and doesn't enforce any particular architectural pattern. React focuses primarily on the view layer and leaves a lot of the choices on application design up to the developers.