Web developer: Difference between revisions

Content deleted Content added
Add information about web frameworks
WikiCleanerBot (talk | contribs)
m v2.05b - Bot T20 CW#61 - Fix errors for CW project (Reference before punctuation)
Line 16:
 
== Web frameworks and libraries ==
Web developers make use of [[Web framework|Web frameworks]] and [[Library (computing)|Libraries]] in order to increase code-reuse and ease of development. Front-end developers may use frameworks that extend the collection of built-in HTML elements, or allow for more advanced and scalable organizational principles (for example, [[Component-based software engineering]]).<ref>{{Cite web |title=What is a Web Framework, and Why Should I use one? |url=https://welearncode.com/what-are-frontend-frameworks/ |access-date=2022-12-12 |website=welearncode.com}}</ref>. See [[Comparison of JavaScript-based web frameworks]] for a list of some of the available front-end web frameworks, and [[Comparison of server-side web frameworks]] for a list of back-end web frameworks.
 
Web developers may also make use of full-stack web frameworks (for example, [[Next.js]] and [[Nuxt.js]]), which serve to integrate the features of front-end and back-end web frameworks into one cohesive application.<ref>{{Cite web |title=What is Full Stack |url=https://www.w3schools.com/whatis/whatis_fullstack.asp |access-date=2022-12-12 |website=www.w3schools.com |language=en-US}}</ref><ref>{{Cite web |last=Trapp |first=Tom |date=2022-01-12 |title=Full-fledged full stack with Next.js |url=http://b-nova.com/en/home/content/full-stack-with-next-js |access-date=2022-12-12 |website=b-nova |language=en}}</ref>