You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For all the developers out there who are working with [React](https://reactjs.org) and are _NOT_ working with [Next JS](https://nextjs.org) are missing out on the best framework available out there.
17
17
Even my personal website [manuarora.in](https://manuarora.in) is built with Next JS.
18
18
19
-
[Next JS](https://nextjs.org) is a production ready framework for react to build and ship React applications faster. It is developed by [Vercel](https://vercel.com) which also manages hosting of modern day frameworks. You can connect your Next JS Git repository with vercel it deploys the website on every commit.
19
+
[Next JS](https://nextjs.org) is a production ready framework for react to build and ship React applications faster. It is developed by [Vercel](https://vercel.com) which also manages hosting of modern day frameworks. You can connect your Next JS Git repository with vercel, it deploys the website on every commit.
20
20
21
21
Some of the **features** of Next JS are:
22
22
@@ -28,7 +28,7 @@ Some of the **features** of Next JS are:
28
28
-**Zero Config**
29
29
-**NextJS Analytics**
30
30
31
-
As mentioned on the official [Next JS](https://nextjs.org)
31
+
As mentioned on the official [Next JS](https://nextjs.org) website:
32
32
33
33
> “Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more. No config needed.”
34
34
@@ -46,7 +46,7 @@ Here is a list of **Top 5 Next JS resources** to learn Next JS in 2020.
46
46
priority
47
47
/>
48
48
49
-
If you've taken any course from [fireship.io](https://fireship.io) or watched **Jeff's**[Youtube Channel](https://www.youtube.com/channel/UCsBjURrPoezykLs9EqgamOA) then you know what I'm talking about. This Next JS is to the point and precise. Jeff follows a fast paced teaching approach, explaining all the concepts in great detail.
49
+
If you've taken any course from [fireship.io](https://fireship.io) or watched **Jeff's**[Youtube Channel](https://www.youtube.com/channel/UCsBjURrPoezykLs9EqgamOA) then you know what I'm talking about. This Next JS course is to the point and precise. Jeff follows a fast paced teaching approach, explaining all the concepts in great detail.
50
50
51
51
Also, you get to [build a project](https://next.fireship.io) from scratch which is a big plus. I'm a huge fan of fireship's real world projects, and here we build a blogging platform (Medium, Dev.to style) with real world authentication, username generation, image uploads and more.
0 commit comments