npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

react-easy-render

v0.0.57

Published

easy-render

Downloads

243

Readme

JSON Schema 渲染器

✨ 此渲染器可承载表格、表单、图表等内容的渲染,轻松实现「配置化」。

通常用在中后台系统中,通过一个 JSON ,表达出各种不同的渲染需求,当然除了固定的渲染模板,它还支持自定义渲染 ✨

Demo

搭建表格

表格一般用来展示 List 中的数据,同时它具备过滤器、分页等基础功能,有时候它还要定制化地展示一些内容。

https://gentlelius.github.io/videos/table-demo.mp4

代码补全

代码提示让配置化的体验更好:

https://gentlelius.github.io/videos/snippet-demo.mp4

搭建表单

表单搭建要更复杂一点,里面可能会涉及到一些复杂的表单联动、表单数据变动监听等:

https://gentlelius.github.io/videos/form-demo.mp4

特点

  1. 安全可靠,基于 form-render,站在巨人肩膀上增强渲染器的能力;
  2. 功能丰富,支持表格、表单、Monaco、富文本等常见物料,并不断拓展;
  3. 搭配使用,专门配套的 vscode 插件,让开发更有效率;

安装

# npm
npm i react-easy-render

TODO

  • [x] 数据变动时的性能优化,更小颗粒度更新
  • [x] 加入更多中后台物料
  • [ ] 拓展功能,支持更多业务场景如运营活动、大屏可视化等