Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

ringa

Package Overview
Dependencies
Maintainers
3
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ringa

Ringa is an ES6 MVC-inspired library designed to manage your asynchronous code and state as your project scales.

latest
Source
npmnpm
Version
0.4.6
Version published
Weekly downloads
24
-52%
Maintainers
3
Weekly downloads
 
Created
Source

Installation

Right now Ringa JS is only used inside React applications, so you will almost always install it alongside the react plugin:

npm install -S ringa
npm install -S react-ringa

Getting Started

Testing

npm run test
  • Coverage with Jest (208 unit tests so far and counting)

Development

This project is under heavy active development and while being heavily tested is still considered Alpha.

Documentation

Documentation is built using MKDocs and stored in the docs folder.

To edit the documentation with live reload, navigate to the folder and do:

mkdocs serve

When done editing, you can build the docs from the root via npm run docs.

If you are having issues building, note that you must use an older version of MKDocs right now to use the Cinder template we are currently using:

pip install 'mkdocs<0.15.3' 

License

MIT License (c) 2017 by Joshua Jung, Thomas Yarnall, and the Ringa Team

Keywords

react

FAQs

Package last updated on 03 Feb 2019

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