#Can I learn NextJs without reactjs?

7 messages · Page 1 of 1 (latest)

digital tendonBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

oblique mist
#

Its probably possible to make small apps but the more prudent question IMO is why would you??

#

If you want to build anything reasonably large and complex you are probably gonna need to learn React tho

balmy loom
#

I have been watching Nextjs doc and It seems different from reactjs structure.

tight verge
#

you must have a basic knowledge of react before starting nextjs
but you don't need to learn create-react-app (which is not react) or react-router before starting nextjs

balmy loom
#

i have basic knowledge but I have not advanced knowledge about react! and I want to limit my knowledge to learn everything. I want to apply business logic in nextjs api and fetch data to nextjs frontend. I wish there are builtin state management in nextjs. But mostly I wanna do backend focus application.

tight verge
#

if you already know how to write jsx, what basic hooks are, how react renders the page, then i think it's already enough