Home > front end >  Recommend a cross-platform @ medux front-end framework
Recommend a cross-platform @ medux front-end framework

Time:09-19

address:

https://github.com/wooline/medux



one-stop solution
Usually a front-end engineering includes the following functions:

The
reference

the UI rendering frameworkState management
Routing management
Modular management (including the definition of a module, load, maintenance)
Structured management (how to organize all kinds of files and resources)


The UI framework is closely related to the host platform, more independent and complex, often have a variety of different styles of solutions to choose from, and in addition to other functions are relatively simple, basically can be abstracted as general cross-platform JS runtime,

So in simple terms, @ medux want to create a different third party can be docking UI framework of general front-end framework, it contains a unified state management, routing management, modular management, such as structured management function, can run in support of JS runtime platform, which is popular nowadays, cross-platform front-end engineering solutions across end,

CodePudding user response:

Can see the Demo:

https://github.com/wooline/medux-react-admin

CodePudding user response:

  • Related