Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chanjet-nova

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chanjet-nova

Chanjet web nova framework.

  • 1.0.35
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

概述

nova 属于 chanjet web 前端框架中的基础库,主要提供的内容包含:

DataSource

我们提供 DataSource 的目的是希望能在前端对 Data 的处理提供一种统一的编程体验。让开发者尽量将精力放在和 Data 有关的业务逻辑上面。

DataSource 中的 Data 会自动转换为 Observable 的数据,底层的技术依赖 Mobx 框架。

DataSource 提供了一些特性,这些特性主要包括:

  • 从远端获取数据====
  • 通过描述Schema提供结构化的数据验证。
  • 同步更新数据到远端服务器。
  • 对本地数据计算、排序、分页和过滤。

TreeListDataSource

TreeListDataSource 继承自 DataSource。能将数据自动转换为 Tree 关系结构。

[Model Schema](http://gitlab.rd.chanjet.com/nova/chanjet-nova/wikis/model schema)

FAQs

Package last updated on 30 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc