mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): standardize Next.js proper names (#60734)
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user