Git Product home page Git Product logo

rx-util's Introduction

JavaScript tool library for everyday use

rx-util has nothing to do with the famous rx series(rxjs/rxjava/...) , just the first two of my user name(rxliuli), don't misunderstand!

npm esdoc coverage license-MIT-blue

Contribution guide

Introduction

English 简体中文

I need a lot of the same functions when writing a traditional front end every day, so I need to write a library that I can use on my browser, and that's it. Most of the code in the library has passed unit testing, but please be cautious in production environments. Most of the parts that do not contain unit tests are DOM operation-related functions, as well as some asynchronous code.

If you encounter any problems, please feel free to mention the issue , or PR .

Use

Browser

Download rx-util.min.js and import it in HTML

<script src="https://github.com/rxliuli/rx-util/raw/master/dist/rx-util.min.js"></script>

The development environment is more recommended to use rx-util.js with uncompressed code and all comment content.

Modern front end

If you use a modern front-end build tool (real projects are not used, but our tests are available), you can also install them into your project.

yarn

yarn add rx-util

Or npm

npm i rx-util

Then use the named import to

import { dateFormat } from 'rx-util'

or

import * as rx from 'rx-util'

rx-util's People

Contributors

rxliuli avatar dependabot[bot] avatar zcj-cool avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.