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

Storing helper functions in utils #12

Open
bobbysebolao opened this issue May 31, 2019 · 0 comments
Open

Storing helper functions in utils #12

bobbysebolao opened this issue May 31, 2019 · 0 comments

Comments

@bobbysebolao
Copy link

Your countdown timer feature in index.js in the timer folder is a really cool feature! The countdown function itself looks like a helper function, if you want to modularise it you could move it into a separate file in the utils folder, then import it into the timer component where it is called. But actually, you probably don't need to, since it's such a short function

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