Skip to content

Latest commit

 

History

History
47 lines (43 loc) · 1.54 KB

GLOSSARY.md

File metadata and controls

47 lines (43 loc) · 1.54 KB

Glossary / Sanasto

React specific

  • React hook: React hookki, koukku
  • props: propsit
  • prop drilling: propsien poraus
  • reducer: reducer
  • dispatch: dispatch, lähettää
  • pure component: puhdas komponentti
  • fragment: fragment
  • Strict Mode: strict mode

General

  • branching logic: haaralogiikka
  • convention: yleinen tapa
  • lifecycle: elinkaari
  • control flow: ohjausvirta
  • destructuring: (taulukon / olion) levityssyntaksi
  • spread: (taulukon / olion) levityssyntaksi
  • shortcut: lyhytoperaatio
  • expression: lause
  • linting: lintteri
  • frontend: frontend
  • backend: backend, taustajärjestelmä
  • pipeline: putki
  • bundler: bundler
  • container: container
  • wrapper: wrapper
  • to wrap smth: kääriä, wräpätä
  • minify: minifioida, pienentää
  • preprocessor: esikääntäjä
  • repository: repository, repo
  • trigger: käynnistää
  • export: exportata, viedä
  • import: importata, tuoda
  • build tool: käännöstyökalu
  • setter function: setter funktio. (Asetin kuulostaa tyhmältä)
  • hover: (as in a user hovering over a button): hoverointi. (Leijuminen ei ehkä ole kovin itsestäänselvää mitä sillä tarkoitetaan.)
  • focus: (as in a user focusing over a button): kohdenna
  • framework: ohjelmistokehys
  • codebase: koodipohja
  • property: en keksinyt järkevää suomennosta, property
  • scope: käyttöalue
  • bubbles: kuplii (bublling in JavaScript)
  • capture: nappaus (capture in JavaScript)