Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[refactor] es6 for react functional components 🧐😅 #90

Open
rooberrydev opened this issue Feb 20, 2020 · 0 comments
Open

[refactor] es6 for react functional components 🧐😅 #90

rooberrydev opened this issue Feb 20, 2020 · 0 comments

Comments

@rooberrydev
Copy link

rooberrydev commented Feb 20, 2020

lots of examples of

function ComponentName(){
return stuff;
}

I know it's a tedious job, but i think these could be refactored to arrow functions.

const ComponentName = () => {
return stuff;
}

unless there's a specific reason you're using this syntax, if that's the case, could you clarify this for me?

Thanks 🍰🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant