You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Add basic directory and library setup on the UI folder for the dashboard plugin
/ui
index.tsx <= initializer
app.tsx <= application top
app.scss
/pages <= holds smart components (only main page)
/components <= holds dumb components
/category1
/component1.tsx
/component1.module.scss
/stores
/actions <= defines set of actions
/reducers <= defines set of reducers
index.ts <= exposes store to application
/styles <= contains scss which defines global style and constants
It should use @reduxjs/toolkit to initialize the store
Acceptance Criteria
When started, empty scaffolded page should be shown
Description
Add basic directory and library setup on the UI folder for the dashboard plugin
@reduxjs/toolkit
to initialize the storeAcceptance Criteria
Additional Information
Related Issue #6216
The text was updated successfully, but these errors were encountered: