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

Implement async-await on client-side #15

Merged
merged 2 commits into from
Nov 5, 2016
Merged

Conversation

altaywtf
Copy link
Collaborator

@altaywtf altaywtf commented Nov 3, 2016

Added

  • constants folder for storing configurations and constant data (create constant module #9)

  • utils folder for keeping small, helper functions to reduce business logic inside components.

Updated

  • Uint8ToString method of App.js component has moved to utils/Uint8ToString.js.

  • Read file logic inside handleFileClick method of App.js component is moved to utils/getFileContent.js file and uses async/await syntax instead of promise. (integrate generators for server-side #14)

  • Categorized module imports inside App.js for readability and accessibility.

Removed

  • Unused logo.svg and App.js.test files

Fixes #9 and #14

@hwclass hwclass merged commit e9f5586 into master Nov 5, 2016
@altaywtf altaywtf deleted the feature/async-await branch November 5, 2016 14:24
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

Successfully merging this pull request may close these issues.

2 participants