Modular Catalog
In genesys-pgr/genesys-ui!68 we used the new approach of structuring React code into modules.
Module design
-
src/[modulename]
actions/
reducers/
ui
This code layout allows for better maintenance of individual modules of the application (e.g. subsets or datasets or descriptorlists).
Services and models
Services and models stay where they are.