0.1.1 • Published 7 years ago

react-kunyora v0.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

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