Frontend Guidelines - Paprikas/rails_cheat_sheet GitHub Wiki
Tech stuff
- Use yarn 3 or above instead of npm or older yarn. It is way more faster.
- Use spaces vs tabs. No comments
- Don't mix code formatting with actual changes in one commit.
UI
- Always check that buttons are disabled when request is in progress.