mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-31 21:11:44 +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)
|
- [TypeScript Roadmap](https://roadmap.sh/typescript)
|
||||||
- [C++ Roadmap](https://roadmap.sh/cpp)
|
- [C++ Roadmap](https://roadmap.sh/cpp)
|
||||||
- [React Roadmap](https://roadmap.sh/react)
|
- [React Roadmap](https://roadmap.sh/react)
|
||||||
|
- [Next.js Roadmap](https://roadmap.sh/nextjs)
|
||||||
- [React Native Roadmap](https://roadmap.sh/react-native)
|
- [React Native Roadmap](https://roadmap.sh/react-native)
|
||||||
- [Vue Roadmap](https://roadmap.sh/vue)
|
- [Vue Roadmap](https://roadmap.sh/vue)
|
||||||
- [Angular Roadmap](https://roadmap.sh/angular)
|
- [Angular Roadmap](https://roadmap.sh/angular)
|
||||||
|
@@ -151,6 +151,12 @@ const groups: GroupType[] = [
|
|||||||
type: 'skill',
|
type: 'skill',
|
||||||
otherGroups: ['Web Development'],
|
otherGroups: ['Web Development'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Next.js',
|
||||||
|
link: '/nextjs',
|
||||||
|
type: 'skill',
|
||||||
|
otherGroups: ['Web Development'],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Spring Boot',
|
title: 'Spring Boot',
|
||||||
link: '/spring-boot',
|
link: '/spring-boot',
|
||||||
|
@@ -225,6 +225,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
|||||||
{ title: 'React', link: '/react' },
|
{ title: 'React', link: '/react' },
|
||||||
{ title: 'Vue', link: '/vue' },
|
{ title: 'Vue', link: '/vue' },
|
||||||
{ title: 'Angular', link: '/angular' },
|
{ title: 'Angular', link: '/angular' },
|
||||||
|
{ title: 'Next.js', link: '/nextjs' },
|
||||||
]}
|
]}
|
||||||
description='Or learn a framework?'
|
description='Or learn a framework?'
|
||||||
secondaryRoadmaps={[{ title: 'Design Systems', link: '/design-system' }]}
|
secondaryRoadmaps={[{ title: 'Design Systems', link: '/design-system' }]}
|
||||||
|
Reference in New Issue
Block a user