Skip to content

Commit 59fdc3b

Browse files
Merge pull request #293 from codedthemes/master
Add next.js articles
2 parents d7847a4 + 4635525 commit 59fdc3b

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
@@ -77,6 +77,8 @@ _List inspired by the [awesome](https://github.com/sindresorhus/awesome) list th
7777
- [Building a Guestbook Using Next.js On-Demand ISR](https://www.svix.com/blog/vercel-on-demand-isr-and-svix/)
7878
- [Useful Admin Templates to build your Website/App](https://adminmart.com/templates/nextjs/?ref=6)
7979
- [Integrate Next app with Tailwind](https://tailwind-elements.com/docs/standard/integrations/next-integration/)
80+
- [Top Next.js Admin & Dashboard Templates](https://blog.codedthemes.com/nextjs-admin-dashboard-templates/)
81+
- [Next.js Cheatsheet](https://blog.codedthemes.com/nextjs-cheatsheet/)
8082
- [A Guide to Performance Optimization with Next.js](https://www.debugbear.com/blog/nextjs-performance)
8183

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

170-
171172
## Apps
172173

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

220221
## Videos
221222

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

243243
## Projects(Beginner level)
244244

@@ -254,7 +254,6 @@ _List inspired by the [awesome](https://github.com/sindresorhus/awesome) list th
254254
- [Full Stack Spotify Clone: Next 13.4, React, Stripe, Supabase, PostgreSQL, Tailwind (2023)](https://youtube.com/watch?v=2aeMRB8LL4o&t=4402s)
255255
- [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)
256256

257-
258257
## Newsletters
259258

260259
- [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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy