Add Next.js Resources (#974)
* add react.js resources * add css resources * add graphql resources * add redux resources * add typescript resources * add next.js resourcespull/1657/head
parent
bbad29ea98
commit
13293837e2
2 changed files with 18 additions and 1 deletions
@ -1 +1,13 @@ |
|||||||
# Next js |
# 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> |
||||||
|
Loading…
Reference in new issue