fillmaster / fillMaster

FillMaster: A drum idea generator / improvisation trainer! - Open Source, always looking for more contributors :)
https://fillmaster.app/
GNU General Public License v3.0
31 stars 7 forks source link

Change all arrow functions used for rendering (where possible) to normal functions. #20

Closed dcallus closed 2 years ago

dcallus commented 2 years ago

This is more efficient for react. turn off prefer arrows rule in eslint.

dcallus commented 2 years ago

This is incorrect. Arrow functions should only be avoided in the actual render part of the components as far as I can tell. And Eslint prefers it, so it'll do :)