Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 600 Bytes

tools.md

File metadata and controls

33 lines (24 loc) · 600 Bytes

Tools Fundamentals

  • State Management
    • Stateful Components
    • Redux
    • MobX
  • Language
    • TypeScript
  • Mobile Performance
    • BFA (Backend First App)
  • API
    • RPC
    • REST
    • GraphQL
  • SEO
    • SSR

Language

TypeScript

The TypeScript Tax

Mobile Performance

Highly interactive app => native App mainly about content => web mobile Not sure => web mobile first, then switch to native if needs be

BFA

The Cost Of JavaScript