project-error / npwd-app-template

Basic app template for NPWD.
12 stars 9 forks source link

Design patterns and APIs #7

Open AlexMartSch opened 2 years ago

AlexMartSch commented 2 years ago

I am currently developing an app for NPWD, but the delivered template does not contain some existing app design patterns.

Yes, I understand that the template is to recreate some application, but suppose you wanted to use the 'Load Spinners' or the menus of some applications. Should I recreate it? Or there will be the option that the layout API can be implemented to use some functions from the main resource.

For example, this menu: image

itschip commented 2 years ago

@AlexMartSch we can expose certain React components and functions/hooks through the MF system. If there's something you feel like are missing, let us know, and we can add them, i.e Load spinners.

AlexMartSch commented 2 years ago

@AlexMartSch we can expose certain React components and functions/hooks through the MF system. If there's something you feel like are missing, let us know, and we can add them, i.e Load spinners.

To develop applications, I realized that some components are missing, such as those mentioned above.

While I'm in the process of learning React, I feel like it could help other developers to have a complete development environment for NPWD apps.

For example, operating system functions: