quran/quran.com-frontend-next

Standardize using dispatch

Open

#642 opened on Oct 31, 2021

 (8 comments) (0 reactions) (0 assignees)TypeScript (616 forks)auto 404
help wanted

Repository metrics

Stars
 (1,888 stars)
PR merge metrics
 (PR metrics pending)

Description

In our codebase we are having 2 ways to call dispatch:

  1. dispatch(decreaseQuranTextFontScale())
  2. dispatch({ type: toggleIsOpen.type });

We should follow one of them for consistency.

Contributor guide