+ 13
Which is the best framework on web environment that I should learn?
Please help me. I need know which framework for the differents technology such as client/server
97 Antworten
+ 37
Try Symfony framework for PHP and Bootstrap. You will like them ;)
+ 41
Not a single one of these Answers actually listed a framework. Java is a programming language and JavaScript is a scripting language... I think op of this meant a web framework like bootstrap... Sorry I cant help you with that, but to everyone reading this please dont post wrong answers. Thank you!
Also bootstrap is pretty popular and you should definitely look at it.
//EDIT
I just noticed that one answer said React.js and Node.js, which are indeed frameworks, so yeah, check that out. Everyone else: Stop posting shit!
+ 15
There's plenty JQuery, React.js, Angular, there's so many just pick one that suits your need or project, so much information on this on the net. A more in depth answer would be too long sites like Codeacademy can help too
+ 8
I'd suggest, in First place, get your skills on CSS3 and HTML, sharpened, off course java script, too.
The fact, that a framework, make things a little easier, doesn't substitute hard work.
+ 8
first, we could separate your question in two. client side and server side scripting, its framework.
client side scripting such as html, css, javascript, ajax, xml -> framework: bootstrap, etc
server side scripting such as php, java, python, perl, nodejs -> framework: django, flask, express, etc.
pick some script which have big n fast growing community and choose at least 1 framework for each side.
the best one is the most one you have mastered it :)
+ 8
IMO Best Frameworks for full stack JavaScript
Client end i.e. Frontend: React or Vue
UI : Bootstrap or Foundation
Server end i.e. Backend: With Node, Express or Hapi
If you want a unique hybrid approach, go with Meteor
+ 8
Backend (php): Laravel, Symfony.
Frontend (javascript): React, Vue.
+ 8
Front-end : Angular.js
Back-end : Laravel (php)
Check out also node.js features.
+ 7
javascript is good for giving the D.O.M. functionality, but it is not a framework.
+ 7
folks, a framework consists of premade code to give the project resposive design. not one language on its own is considered a framework. a framework has html to customize your web page/project, and css media queries for responsive design for all devices. java is not a framework. it is a programming language. javascript is not a framework. all javascript does is give the D.O.M. functionality. a lot of these answers are counter productive to the question. so itll probably help to know what youre talking about before you answer a question. heres a little something in case some of you folks need to research it.
http://getbootstrap.com/
+ 6
If you're referring to new javascript technologies I recommend learning React.js and Node.js.
+ 6
you can learn bootstrap if you know javascript, jquery . It's effective in building mobile and desktop version of websites with ease. For back-end if you are opting for php, try learning codignitor if you are a beginner, then can move to frameworks like yii . Learn MySQL too for database
+ 6
You can use ASP.Net MVC with any scritpting language!!!
+ 6
emacs or Vi?
+ 5
html & javascript & php & css
+ 5
Bootstrap is best for Designing..
+ 4
Front side or Back side?
+ 4
There is a wide plethora of frameworks spread over a wide variety of languages to choose from, and without a more specific indication of your goals narrowing them down is impossible. If you are unable to really specify at this point a good place to start is with JS frameworks such as Angular, React, Vue.js, Ember, Meteor, etc. That being said I wouldn't overly worry about frameworks if I were you, focus on really mastering HTML5, CSS3, and vanilla JS and building something without a framework first and then you'll be in a better position to answer your own question about what frameworks and possible additional languages would best fit your needs.
+ 4
React or Angular 2
+ 4
Hi, first of all .. Framework is not a language like Java , JavaScript and php ..etc ..
Framework is set the library or programs which helps you to build complex program or Application..
Now coming to your question .. Good Framework need to study ..
Front-end Framework : Bootstrap , Angular Material ,React J's ...
Backend Framework : Php based Laravel , Yii , code igniter .., Node.js based Loopback, express .. etc..
the above mentioned are good and popular framework ..
but at the end of the day it's your project need and requirement ... based on that go for one ..
enjoy ..👍