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

simplewheels

v2.2.0

Published

simplewheels

Downloads

5

Readme

simplewheels

TypeScript

Q&A

Q: How to use?

A:

npm i simplewheels

or

yarn add simplewheels
import {
  simpleAnimate,
  simplePagination,
  simplePollingAction,
  simpleTree,
  simpleAjax
  } from simplewheels;

// 进入各组件文档查阅使用方式

Q: 为什么要开这个项目?

A: 最近在做项目的时候,开始尝试自己写轮子(组件),并已经开始投入使用,在此过程中学到了很多。有人说尽量不要反复造轮子,有能用的轮子就行。但是,我认为,只会用别人造好的轮子,调别人写好的api,只会让你越来越迷茫,况且,在使用的过程中,如果出了bug,与产品需求不符合,还不是得改?有位前端大神说,造轮子目的是为了学习,只有不断反复去学着造轮子,你才能有所突破。所谓的轮子,不仅是组件,还包括框架。开这个项目主要是记录自己学习造轮子的过程。

Q: 目前造了多少个轮子了?

A:

1.树组件

2.树组件2(比前者性能提高50%)

3.分页组件

4.迷你动画库

5.轮询工具类

6.ajax请求库

Q: 技术栈和编译工具?

A: ~~原生ES6+~~ typeScriptless,配合rollup打包工具,编译成UMD规范

Q: 如何运行?

A: git clone [email protected]:shooterRao/create-simple-wheels.git

yarn

开发yarn dev

生产yarn build

打包全部文件 yarn buildAll