Skip to content

Instantly share code, notes, and snippets.

View aramoudi's full-sized avatar
🏠
coding

Abdulrahman Alamoudi aramoudi

🏠
coding
View GitHub Profile
@aramoudi
aramoudi / 000-my-supplement.md
Last active September 28, 2019 16:07
[React snippets] from Udacity Nanodegree #React

Udacity HTML, CSS, JS Style Guide

  • A good function should follow the "DOT" rule:

    • Do One Thing
  • Composition is to combine simple functions to build more complicated ones

    • React builds up pieces of a UI using components.
      • كل فنكشن ترجع UI
  • Declarative code vs imperative code