Link to home
Start Free TrialLog in
Avatar of Jyozeal
JyozealFlag for United States of America

asked on

Web UI technologies

Hi All,

I am reading about jquery, angular js, react js and node.js. Can you please suggest which is best for developing rich UI if we are developing things from scratch.

Thanks.
SOLUTION
Avatar of Russ Suter
Russ Suter

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jyozeal

ASKER

I would want this application to be easily accessible on mobile devices. So if i use MVC i think it would be easy for me to do this.

what do you think about React?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I also wanted to add that you've got to choose the tools that best suit your application. if you need true MVC then cakephp, codeigniter etc are a better match than trying to do it all with JavaScript frameworks such as angular, react and knockout as you regain control on the server side add well as the client.
if you don't need what components jQuery ui offers for instance then don't use it.  
you may also rant to use jQuery mobile instead of bootstrap as the components offered are better suited to your application.
Avatar of Jyozeal

ASKER

Thanks for your comments. clearing about node.js helped me. I will using asp.net MVC 5. to clear things my application would be used in browser and mobile equally. So If I use jQuery mobile then will I lose on browser experience?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial