#Why heavily data-driven components , we choosing Reactjs . What different in here

17 messages · Page 1 of 1 (latest)

warped perch
#

I read this piece on a blog when choosing technology for a trading website: "For example, if you are building a static site or an application that doesn't require complex routing, Next.js can be a good choice because it automates many of the build processes and offers built-in support for server-side rendering.

I read this piece on a blog when choosing technology for a trading website: "For example, if you are building a static site or an application that doesn't require complex routing, Next.js can be a good choice because it automates many of the build processes and offers built-in support for server-side rendering.

On the other hand, if you are working on a large-scale project that requires dynamic routing and heavily data-driven components, React may be a better option.". Is this true

orchid vaultBOT
#

🔎 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)

regal marten
#

can you please share the said blog?

warped perch
#

I read it in this blog

serene ridge
#

Bruh there isnt anything like Next Vs React. Next IS react. It just builts on top of it to give some features and QoL improvements that React doesn't out of the box(because react isnt a framework)

#

You can do the exact same thing in next as you do in react, but it might not be the wisest choice.

warped perch
regal marten
#

that blog is not an apples-to-apples comparison. i was a bit curious about data-driven but it is not mentioned what it is. you might want to ignore this types of articles.

nova summit
#

Next.js brings a whole bunch of features that are heavily targeting content websites that benefit from server-side rendering : blogs, e-commerce, think sites that have many pages

#

but some application do not really need those features much, for instance software-like appllications that have few pages, but are extremely interactive

#

think an administration dashboard

#

for them, you might use (more) client-side React code and data fetching. However you still need a server to run your application, tools for bundling your code etc. so you can still use Next for that

#

you may just use a subset of Next.js features but that's ok, and you can also use other tools such as Vite, CRA...

warped perch
#

@nova summit @regal marten Thank you both, the answers are very detailed. I won't need to worry about this article. It doesn't contain much in-depth research here

orchid vaultBOT
#
✅ Success!

This question has been marked as answered! If you have any other questions, feel free to create another post

Jump to answer

[Click here](#1153889496467775498 message)