A redux store connectable modules library for react
npm install @datns/store-modulesA redux store connectable modules library for react
Simply put, wrapper which connect themselves to the redux store with provided actions
``shell`
yarn
For building everything
`shell`
yarn build
Modules:
`javascript`
export {
Dialogue,
Drawer,
NotificationBar,
Popover
}
Reducers/ReducerStates (for typescript):
`javascript`
export {
confirmDialogue,
ConfirmDialogueState,
dialogues,
DialoguesState,
drawers,
DrawersState,
notifications,
NotificationsState,
popover,
PopoverState
}
Actions:
`javascript``
export {
confirmDialogueActions,
confirmDialogueAction,
dialoguesActions,
dialoguesAction,
drawerActions,
drawerAction,
notificationAction,
notificationActions,
addNotification,
popoverAction,
popoverActions,
}
In case of style adjustments use SASS/SCSS. This will be compiled to CSS in the build step and as such added to the lib.
@datns/store-modules is MIT licensed.