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

feat: ✨revised folder structure & generators #107

Merged
merged 7 commits into from
Jan 22, 2021
Merged

Conversation

Can-Sahin
Copy link
Member

Container/Component folder structure is outdated long ago. With redux-toolkit and hooks, the line is blurry. Therefore, the folder structured is removed and left for the developer to decide.

Changes:

  • Containers folder removed and generators updated to put the components anywhere
  • Redux Slices are isolated from component and grouped in a folder
    • A new generator added to support slice generation separate from the component

Examine the changes in the documentation to see what has changed and how.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 501373926

  • 25 of 25 (100.0%) changed or added relevant lines in 6 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.004%) to 99.678%

Totals Coverage Status
Change from base Build 493977692: 0.004%
Covered Lines: 249
Relevant Lines: 249

💛 - Coveralls

@Can-Sahin Can-Sahin changed the title Revised folder structure & generators feat: ✨revised folder structure & generators Jan 21, 2021
@Can-Sahin Can-Sahin merged commit a16343d into dev Jan 22, 2021
@Can-Sahin Can-Sahin deleted the new-folder-structure branch January 25, 2021 12:27
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.

None yet

3 participants