Skip to content

Commit

Permalink
README Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
letops committed Oct 20, 2017
1 parent 08f9294 commit 8cc6b2f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
**Conversations**
==============
**Conversations for React Native**
==================================
[![License: MIT][license-shield]][license]

A reusable React Native chat. This project development has the assumption that Phoenix Framework is in the back-end. Later in time this project's intention is to be as generic as possible (we are going to use websockets after all).
A reusable React Native chat. This project development has the assumption that Phoenix Framework is in the back-end. Later in time this project's intention is to be as generic as possible (we are going to use websockets after all).

This package considers the use of redux and some middleware to make the some of the requests, but it's not restrictive to redux. In fact, you can delegate all the requests code to the components and focus on integrating the websockets inside your back-end, but in either way we still recommend you to look into some of the code executed inside the components for future reference or to raise an issue inside our Github.

We love the documentation, so don't be afraid to check our code or our wiki (coming soon).


Owned and Developed by
--------


[![StackShare][stack-shield]][stack-tech]


Expand Down

0 comments on commit 8cc6b2f

Please sign in to comment.