项目作者: char0n

项目描述 :
Pluggable framework for creating extendable React+Redux applications
高级语言: JavaScript
项目地址: git://github.com/char0n/swagger-adjust.git
创建时间: 2021-01-23T13:37:10Z
项目社区:https://github.com/char0n/swagger-adjust

开源协议:Other

下载


Swagger Adjust

Swagger Adjust is a plugin-able framework for building React + Redux based applications.
This framework was born by decoupling ideas of plugin-able core of SwaggerUI into
separate reusable component.

To learn more about why this framework was born, please read our release article.


Logo borrowed from: https://www.reprezen.com/blog/pluggable-extensions-to-the-openapi-specification-language

General

Swagger Adjust allows you to build React + Redux applications in a way, where every component, being
it a React Component, Redux state slice composed of actions, selector, reducers or general business
logic is overridable and extensible.

Demo

We have a working demo of TodoList app built using this library. The demo consist of two
plugins: todoList and todoListEnhancer. todoList plugin has basic functionality
of displaying list of todo items and adding a new one. todoListEnhancer add additional
functionality like completing, deleting and also adds batch operations on todo list.

You can run the demo in your browser at: https://char0n.github.io/swagger-adjust/

You can find demo source code in demo directory of this repository.

Documentation

Usage

Customization