--

Well, depends on the context.

Create React App is deprecated and it's use is not recommended.

Next.js has its own niche of people looking for a complete solution rather than just using a library.

And others like Vite, offers multiple alternatives.

The point is that if you use a framework, then, you have a framework. But React does not imply that.

Furthermore. Can you tell from which "library" is this code?

export function HelloWorld() { return <h1>Hello World</h1>; }

--

--

David Rodenas PhD
David Rodenas PhD

Written by David Rodenas PhD

Passionate software engineer & storyteller. Sharing knowledge to advance our skills. Join me on a journey of discovery in the world of software engineering.

No responses yet