From React to Next.js
Unanswered
Affenpinscher posted this in #help-forum
AffenpinscherOP
Hi there. I have been learning React for the past a month or two and am not sure if I can start learning Next.js or when I can start using or learning Next.js. I already feel comfortable using React as a beginner, so I was wondering if I should start learning Next.js. I have read the React docs untill here: https://react.dev/learn/extracting-state-logic-into-a-reducer. Now wondering if it is already time to learn Next.js. So I need advice. Thanks!
Btw, I create a react app by typing npx create-react-app app-name.
Btw, I create a react app by typing npx create-react-app app-name.
2 Replies
@Affenpinscher Hi there. I have been learning React for the past a month or two and am not sure if I can start learning Next.js or when I can start using or learning Next.js. I already feel comfortable using React as a beginner, so I was wondering if I should start learning Next.js. I have read the React docs untill here: https://react.dev/learn/extracting-state-logic-into-a-reducer. Now wondering if it is already time to learn Next.js. So I need advice. Thanks!
Btw, I create a react app by typing npx create-react-app app-name.
Pacific thread herring
dont hurry to learn NEXT, i would say, master React Js first make some good projects, and about Next there are just few things to learn and would be using it easily but React is important thign that you should focus & master it first
@Pacific thread herring dont hurry to learn NEXT, i would say, master React Js first make some good projects, and about Next there are just few things to learn and would be using it easily but React is important thign that you should focus & master it first
AffenpinscherOP
Thank you for your advice. I really appreciate that.