* add react.js resources * add css resources * add graphql resources * add redux resources * add typescript resources * add next.js resources
14 lines
1.1 KiB
Markdown
14 lines
1.1 KiB
Markdown
# Next js
|
|
|
|
Next.js is an open-source development framework built on top of Node.js
|
|
enabling React based web applications functionalities such as server-side
|
|
rendering and generating static websites.
|
|
|
|
<ResourceGroupTitle>Free Resources</ResourceGroupTitle>
|
|
<BadgeLink colorScheme='blue' badgeText='Website' href='https://nextjs.org/'>Official Website</BadgeLink>
|
|
<BadgeLink colorScheme='blue' badgeText='Docs' href='https://nextjs.org/docs/getting-started'>Official Docs for Getting Started</BadgeLink>
|
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://nextjs.org/learn/basics/create-nextjs-app'>Create a Next.js App</BadgeLink>
|
|
<BadgeLink colorScheme='purple' badgeText='Watch' href='https://masteringnextjs.com/'>Mastering Next.js</BadgeLink>
|
|
<BadgeLink colorScheme='purple' badgeText='Watch' href='https://youtu.be/1WmNXEVia8I'>Next.js for Beginners - Full Course at freeCodeCamp YouTube Channel</BadgeLink>
|
|
<BadgeLink colorScheme='blue' badgeText='Handbook' href='https://www.freecodecamp.org/news/the-next-js-handbook/'>The Next.js Handbook by Flavio Copes on freeCodeCamp blog</BadgeLink>
|