Skip to content

Latest commit

 

History

History
executable file
·
59 lines (53 loc) · 1.45 KB

README.md

File metadata and controls

executable file
·
59 lines (53 loc) · 1.45 KB

Lern Logo

Lern - Soluções Educacionais

Tech Stack:

Languages

  • ES6 Javascript (.js)
  • React Javascript (.jsx)

_Styleguides: [Airbnb](https://github.com/airbnb/javascript)_
_Linter: JSCS_

System Views

  • Admin
  • School
  • Teacher
  • Student

Convention Highlights

  • Global names should be namespace prefixed
  • Global names should be PascalCased
  • Instance and variables should be camelCased
  • Logic should be divided by the four sytem views
  • Only top level view should fetch data
  • Route name should match top level component name
  • File name should match component name

Reference