Skip to content

Instantly share code, notes, and snippets.

@nguyenit67
Last active September 2, 2021 02:06
Show Gist options
  • Save nguyenit67/7d2f17513289f9c676a95974362c7429 to your computer and use it in GitHub Desktop.
Save nguyenit67/7d2f17513289f9c676a95974362c7429 to your computer and use it in GitHub Desktop.
Duck Pattern
src
|__ assets
|  |__ images
|  |__ styles (global styles) 
|
|__ components (shared components)
|
|__ features
  |__ Photo
    |__ components
    |  |__ PhotoList
    |  |__ PhotoCard
    |  |__ PhotoForm
    |
    |__ pages
    |  |__ MainPage
    |  |__ AddEditPage
    |__ photoSlice.js
    |__ index.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment