mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-30 20:49:49 +02:00
Add nextjs roadmap
This commit is contained in:
@@ -62,6 +62,7 @@ Here is the list of available roadmaps with more being actively worked upon.
|
||||
- [TypeScript Roadmap](https://roadmap.sh/typescript)
|
||||
- [C++ Roadmap](https://roadmap.sh/cpp)
|
||||
- [React Roadmap](https://roadmap.sh/react)
|
||||
- [Next.js Roadmap](https://roadmap.sh/nextjs)
|
||||
- [React Native Roadmap](https://roadmap.sh/react-native)
|
||||
- [Vue Roadmap](https://roadmap.sh/vue)
|
||||
- [Angular Roadmap](https://roadmap.sh/angular)
|
||||
|
@@ -151,6 +151,12 @@ const groups: GroupType[] = [
|
||||
type: 'skill',
|
||||
otherGroups: ['Web Development'],
|
||||
},
|
||||
{
|
||||
title: 'Next.js',
|
||||
link: '/nextjs',
|
||||
type: 'skill',
|
||||
otherGroups: ['Web Development'],
|
||||
},
|
||||
{
|
||||
title: 'Spring Boot',
|
||||
link: '/spring-boot',
|
||||
|
@@ -225,6 +225,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
{ title: 'React', link: '/react' },
|
||||
{ title: 'Vue', link: '/vue' },
|
||||
{ title: 'Angular', link: '/angular' },
|
||||
{ title: 'Next.js', link: '/nextjs' },
|
||||
]}
|
||||
description='Or learn a framework?'
|
||||
secondaryRoadmaps={[{ title: 'Design Systems', link: '/design-system' }]}
|
||||
|
Reference in New Issue
Block a user