JavaScript-fr

De Mi caja de notas

Cette page a démarré sur iwc:JavaScript et migrera une fois traduite sur iwc:JavaScript-fr


Cet article est une ébauche. Vous pouvez m'aider à l'améliorer et le compléter. Merci.

JavaScript (JS) est un langage de programmation populaire en raison de sa disponibilité presque omniprésente dans les navigateurs Web et de la disponibilité croissante du serveur Web sous la forme node.js.

Bibliothèques

Les bibliothèques généralement utiles étant développées par les participants IndieWeb qui tournent en Javascript

Critiques

Sites qui cassent sans Javascript

Javascript seems to have engendered web development methodologies that depend on it. Many sites seem to break without it, become inaccessible.

Although it is unlikely that visitors of your site still use a browser that does not support javascript as a technology, there are situations in which this is relevant to you as a webmaster.

See also: antipatterns

Plus Fragile que HTML

Many sites now depend on Javascript to generate the page in a browser, rather than generating the page on the server and sending HTML. This is a more fragile approach:

Breaks Browser User Features

As illustrated by: https://twitter.com/gabrielgironda/status/721115498474270721

DEAR #FRONTEND DEVELOPERS: PLEASE STOP MAKING SITES WITH LINKS I CAN'T COMMAND-CLICK TO OPEN IN A NEW TAB. WHAT IS WRONG WITH YOU

Can Encourage Bad Engineering

As summarized by: https://twitter.com/fox/status/716879915333750784

I have seen the worst engineering in my career lately and I have one message:

STOP TRYING TO WRITE EVERYTHING FRONT-END IN JAVASCRIPT

Voir aussi