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 🙏

© 2024 – Pkg Stats / Ryan Hefner

@tarojsx/library

v0.31.0

Published

Taro3 library

Downloads

50

Readme

当前代码提交频繁, 一些特性时有变化.

待续不断搜索可以运行在 Taro3 环境下的优秀第三方类库.

特性

  • :gift: 使用原始 npm 包, 保持原汁原味, 不做侵入性的修改.

  • :wrench: 简化配置, 搭配 @tarojsx/polyfill 使用.

  • :mag_right: 完善的 Typescript 类型提示.

  • :telescope: 持续探索中...

需求

  • taro 3+

安装

npm i @tarojsx/library @tarojsx/polyfill

使用

部分组件需要用到 polyfill.

更新 config/index.js 配置如下

const { TaroProvidePlugin } = require('@tarojsx/polyfill/dist/plugins')

const config = {
    mini: {
        webpackChain(chain, webpack) {
            chain
                .plugin('taroProviderPlugin')
                .use(TaroProvidePlugin)
        }
    }
}

模块

图表

  • [x] AntV F2 - 让数据栩栩如生

虚拟滚动

  • [x] react-window - 虚拟滚动
    • [x] FixedSizeList
    • [x] VariableSizeList
  • [x] react-vtree - 虚拟滚动树
    • [x] FixedSizeTree

交互动画

支持

欢迎各种形式的支持. 至少可以给颗星 :star:

测试步骤

  1. 打开微信开发者工具 CLI/HTTP 调用功能,设置 - 安全设置 - 服务端口
  2. 导入项目,目录指向当前项目文件夹。
  3. 运行 npm run test
  4. 如果提示 Failed to launch wechat web devTools,请先退出微信开发者工具。

License

MIT