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-kunyora

v0.1.1

Published

A reactJs binding to kunyora that exposes some declarative apis used in performing restful request and improving speed

Downloads

11

Readme

React-Kunyora · PRs Welcome · npm version

A flexible Rest Client for Javascript web and native applications

  • Build UI component and sync with data: react-kunyora makes it easy to sync your UI's with your restful store by removing the complexity in writing imperative codes and replacing these codes with declarative codes without complicating data flow.

  • Build for both native Android and Ios Platforms in React-Native: Compose your native views exposed by this libraries with data from your restful Api. Its easy and works in the same pattern as the web. Same API for every purpose

  • Manage Request Prefetch before Route Push: You can manage the prefetch of request before route push to the next visible route to your users. In essence, react-kunyora helps you store the response of a requested route thereby reducing the need to send queries when a user gets to a visible route.

React-Kunyora is a library which has its integrations with Kunyora. Kunyora has come to solve a problem we noticed most software developers overlook when building softwares which is the problem of speed. However, the library is currently starting with a pre-release version , and we hope to build this functionality into the major 1.0 release. For now, Kunyora only acts as an api request handler that helps you build UI's without having to plumb your whole codebase with lots of API calls.

See the official Kunyora website for an introduction to kunyora and react-kunyora and an insight on what we are currently achieving and the vision of what we hope to achieve.


Getting Started

Follow the Getting Started Guide to learn more about Kunyora, and the Query Component Guide to get started with building your first react-kunyora app. React-Kunyora can be installed through npm or through yarn. Please follow the guide for more details.


Documentation

The website's documentation is divided into various sections to obtain easy readability. The documentation follows a tutorial to api reference style. This means that for each component or feature in the documentation, there is a tutorial as well as a reference explaining the properties or arguments taken by the feature. Please kindly open a pull request if there is a section of the documentation that you would like to fix. The docs is also open source.


Contributing

Read below to learn how you can take part in improving Kunyora.

Code of Conduct

Kunyora uses a code of conduct that we expect project participants to adhere to. Please read the full text.

Contributing Guide

Read the Contributing guide to learn more about contributing to Kunyora and React-Kunyora.


License

React-Kunyora is MIT licensed

Kunyora is MIT licensed.

Kunyora documentation is MIT licensed