Skip to content

Instantly share code, notes, and snippets.

@iosorin
Last active November 11, 2020 20:55
Show Gist options
  • Select an option

  • Save iosorin/3f523a6ccdba0600f52e51bf0f8dcff3 to your computer and use it in GitHub Desktop.

Select an option

Save iosorin/3f523a6ccdba0600f52e51bf0f8dcff3 to your computer and use it in GitHub Desktop.
blabla
modules:
--api
--store
-- actions.ts
-- reducer.ts
-- selectors.ts
-- slice.ts
-- sagas.ts
--components
--atoms
--molecules
--organisms
--pages
-- index.page.tsx
export {
view, // index.page.tsx,
reducer, // store.reducer
sagas, // store.sagas
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment