quran/quran.com-frontend-next

Standardize using dispatch

Aperta

#642 aperta il 31 ott 2021

 (8 commenti) (0 reazioni) (0 assegnatari)TypeScript (616 fork)auto 404
help wanted

Metriche repository

Star
 (1888 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor