Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 450 Bytes

checklist.md

File metadata and controls

4 lines (4 loc) · 450 Bytes
  • make sure that filter won't be called if user enred spaces only;
  • don't interact with DOM directly, use React as much as possible;
  • don't generate key on render (here is why)
  • follow these naming conventions for methods