Skip to content

Instantly share code, notes, and snippets.

@rafaelrozon
Last active May 26, 2019 06:36
Show Gist options
  • Save rafaelrozon/6bcbce8206b3a5fcab4810157eeb1397 to your computer and use it in GitHub Desktop.
Save rafaelrozon/6bcbce8206b3a5fcab4810157eeb1397 to your computer and use it in GitHub Desktop.
|-- workspace
    |-- src
        |-- features
        |   |-- todo
        |       |-- constants.js
        |       |-- index.js
        |       |-- selectors.js
        |       |-- state.js
        |       |-- todo.story.jsx
        |       |-- components
        |           |-- Main.jsx
        |           |-- TodoFilters.jsx
        |           |-- TodoForm.jsx
        |           |-- TodoItem.jsx
        |           |-- TodoList.jsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment