DEV Community

Discussion on: 10 Best Frameworks Java and Web Developers Can Learn in 2024

Collapse
 
djiit profile image
Julien Tanay

Hey! My 2 cents! This is cool list but -- I'm sorry to say it loud; it lacks a clear comprehension of each tool. ReactJS is not "Angular but by Facebook". And Java developer should try Typescript, a more java-friendly approach to JS.

Collapse
 
Sloan, the sloth mascot
Comment deleted
Collapse
 
javinpaul profile image
javinpaul

Hello Luisa,
Thanks for your comment. You are right that React is a library, and not same as Angular but they are same in the sense that both are used to develop front-end for your application. You can choose either of one.

Regarding Java fullstack developer, well a full-stack can use any backend technology like Node.js but Java full stack developer is someone who uses Java technology like Spring in backend.

You might not come across this term if you are purely from JavaScript or Python background but its common in Java world.

Thread Thread
 
Sloan, the sloth mascot
Comment deleted
 
yhippa profile image
Richard Yhip

Nits are being picked here. This article is more than fine to give someone just starting out or even experienced developers ideas on how to improve themselves.

Collapse
 
syriandeveloper profile image
Malek Tarboush

As fullstack java developer. two years ago i had to change the way I work with. I studied ReacJS, ReactNative and since then I develop fullstack using Java as restful backend, react and reactnative as web and mobile frontend. because the new way I followed I had many chance to work on great systems. I believe every java developer should move on and learn react, angular or vue ( I prefer react ), I also had to learn nodejs for small system's backend
So you can be Java developer and fullstack at the same time as long as you follow a new way of developing systems

Collapse
 
travislaynewilson profile image
Travis Wilson

I second Typescript, especially if you're working in a team.

Collapse
 
javinpaul profile image
javinpaul

Indeed, Typescript is good language. Thanks for comments