Skip to content

Commit 19d021b

Browse files
author
ct-vrushti
committed
Add next.js articles
1 parent f22a732 commit 19d021b

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

README.md

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ _List inspired by the [awesome](https://github.com/sindresorhus/awesome) list th
7676
- [Building a Guestbook Using Next.js On-Demand ISR](https://www.svix.com/blog/vercel-on-demand-isr-and-svix/)
7777
- [Useful Admin Templates to build your Website/App](https://adminmart.com/templates/nextjs/?ref=6)
7878
- [Integrate Next app with Tailwind](https://tailwind-elements.com/docs/standard/integrations/next-integration/)
79+
- [Top Next.js Admin & Dashboard Templates](https://blog.codedthemes.com/nextjs-admin-dashboard-templates/)
80+
- [Next.js Cheatsheet](https://blog.codedthemes.com/nextjs-cheatsheet/)
7981

8082
## Boilerplates
8183

@@ -164,7 +166,6 @@ _List inspired by the [awesome](https://github.com/sindresorhus/awesome) list th
164166
- [next-google-tag-manager](https://github.com/XD2Sketch/next-google-tag-manager) – Easily add Google Tag Manager to Next 13 and up.
165167
- [next-api-decorators](https://github.com/storyofams/next-api-decorators) - Decorators to create typed Next.js API routes, with easy request validation and transformation.
166168

167-
168169
## Apps
169170

170171
- [CourseLit](https://github.com/codelit/courselit) - An open source alternative to Thinkific, Teachable etc.
@@ -216,26 +217,25 @@ _List inspired by the [awesome](https://github.com/sindresorhus/awesome) list th
216217

217218
## Videos
218219

219-
* [Create your first ReactJS application with NextJS _[Spanish]_](https://www.youtube.com/watch?v=-7Ft5LxPeWs)
220-
* [React Server Side Rendering with NextJS](https://www.youtube.com/watch?v=JEBkh_vleTs&t)
221-
* [Guillermo Rauch - Next.js by Example](https://www.youtube.com/watch?v=DLGJfa3Xv-0)
222-
* [Guillermo Rauch - Next.js: Universal React Made Easy and Simple](https://www.youtube.com/watch?v=evaMpdSiZKk)
223-
* [Introduction to Next.js](https://www.youtube.com/watch?v=Fnw3lNeH-XI)
224-
* [Next.js in production](https://www.youtube.com/watch?v=h6rETZH6Ym0)
225-
* [Parameterized Routing with Next.js](https://www.youtube.com/watch?v=2cJya4h5ync)
226-
* [JSHeroes 2017 | Guillermo Rauch - Static and Dynamic Next.js](https://www.youtube.com/watch?v=lLNJsuXB4CI)
227-
* [Programming the Universal Future with Next.js - Guillermo Rauch · JSConf China 2017](https://www.youtube.com/watch?v=w9Or7B4kTRY)
228-
* [BPJS: Special - Introduction to Next.js](https://www.youtube.com/watch?v=4cfozXTyjWQ)
229-
* [Next for Next.js](https://www.youtube.com/watch?v=ms2aOV06_qk)
230-
* [Data Management With Next.js and GraphQL](https://www.youtube.com/watch?v=g_LA1quUIi8)
231-
* [Next.js Register User](https://www.youtube.com/watch?v=oQ60Grn4RYQ)
232-
* [Next.js Crash Course - Server Side React](https://www.youtube.com/watch?v=IkOVe40Sy0U)
233-
* [Mastering Next.js](https://masteringnextjs.com/) - 50+ lesson video course for building applications with Next.js and React.
234-
* [Next.js Tutorial](https://www.youtube.com/watch?v=7J4iL1HDshQ&list=PLYSZyzpwBEWSQsrukurP09ksi49H9Yj40) - In depth Next.js tutorials.
235-
* [Next.js Conf 2020](https://www.youtube.com/playlist?list=PLBnKlKpPeagnT2Cmv4giCbosfrbKnuYTD) - All the videos from the 2020 Next.js conference
236-
* [Full-stack food ordering app with Hasura, Next.js, and Vercel](https://www.youtube.com/playlist?list=PLTRTpHrUcSB8elpwJKDIQNfNlqpPTNHGG)
237-
* [How to use Credentials Authentication in Next.js with NextAuth?](https://youtu.be/fqXC2V-MSV4)
238-
220+
- [Create your first ReactJS application with NextJS _[Spanish]_](https://www.youtube.com/watch?v=-7Ft5LxPeWs)
221+
- [React Server Side Rendering with NextJS](https://www.youtube.com/watch?v=JEBkh_vleTs&t)
222+
- [Guillermo Rauch - Next.js by Example](https://www.youtube.com/watch?v=DLGJfa3Xv-0)
223+
- [Guillermo Rauch - Next.js: Universal React Made Easy and Simple](https://www.youtube.com/watch?v=evaMpdSiZKk)
224+
- [Introduction to Next.js](https://www.youtube.com/watch?v=Fnw3lNeH-XI)
225+
- [Next.js in production](https://www.youtube.com/watch?v=h6rETZH6Ym0)
226+
- [Parameterized Routing with Next.js](https://www.youtube.com/watch?v=2cJya4h5ync)
227+
- [JSHeroes 2017 | Guillermo Rauch - Static and Dynamic Next.js](https://www.youtube.com/watch?v=lLNJsuXB4CI)
228+
- [Programming the Universal Future with Next.js - Guillermo Rauch · JSConf China 2017](https://www.youtube.com/watch?v=w9Or7B4kTRY)
229+
- [BPJS: Special - Introduction to Next.js](https://www.youtube.com/watch?v=4cfozXTyjWQ)
230+
- [Next for Next.js](https://www.youtube.com/watch?v=ms2aOV06_qk)
231+
- [Data Management With Next.js and GraphQL](https://www.youtube.com/watch?v=g_LA1quUIi8)
232+
- [Next.js Register User](https://www.youtube.com/watch?v=oQ60Grn4RYQ)
233+
- [Next.js Crash Course - Server Side React](https://www.youtube.com/watch?v=IkOVe40Sy0U)
234+
- [Mastering Next.js](https://masteringnextjs.com/) - 50+ lesson video course for building applications with Next.js and React.
235+
- [Next.js Tutorial](https://www.youtube.com/watch?v=7J4iL1HDshQ&list=PLYSZyzpwBEWSQsrukurP09ksi49H9Yj40) - In depth Next.js tutorials.
236+
- [Next.js Conf 2020](https://www.youtube.com/playlist?list=PLBnKlKpPeagnT2Cmv4giCbosfrbKnuYTD) - All the videos from the 2020 Next.js conference
237+
- [Full-stack food ordering app with Hasura, Next.js, and Vercel](https://www.youtube.com/playlist?list=PLTRTpHrUcSB8elpwJKDIQNfNlqpPTNHGG)
238+
- [How to use Credentials Authentication in Next.js with NextAuth?](https://youtu.be/fqXC2V-MSV4)
239239

240240
## Projects(Beginner level)
241241

@@ -251,7 +251,6 @@ _List inspired by the [awesome](https://github.com/sindresorhus/awesome) list th
251251
- [Full Stack Spotify Clone: Next 13.4, React, Stripe, Supabase, PostgreSQL, Tailwind (2023)](https://youtube.com/watch?v=2aeMRB8LL4o&t=4402s)
252252
- [Full Stack E-Commerce + Dashboard & CMS: Next.js 13 App Router, React, Tailwind, Prisma, MySQL, 2023](https://www.youtube.com/watch?v=5miHyP6lExg&t=1908s)
253253

254-
255254
## Newsletters
256255

257256
- [Next.js News](https://nextjsnews.com) - Monthly Next.js newsletter showcasing new and upcoming features, best articles, tools, and plugins.

0 commit comments

Comments
 (0)