react-rethinkdb icon indicating copy to clipboard operation
react-rethinkdb copied to clipboard

Render realtime RethinkDB results in React

Results 14 react-rethinkdb issues
Sort by recently updated
recently updated
newest added
trafficstars

During install utf-8-validate library creates several depreciation warnings and prevent bcrypt library to install correctly. Installing bcrypt separately solves problem. But one should make further installations with --ignore-optional flag (yarn...

I am trying to get this to work in a bare create-react-app Im not sure if it is a problem with the react version or what but I am getting...

From docs(https://rethinkdb.com/limitations/): > By default, arrays on the RethinkDB server have a size limit of 100,000 elements. This can be changed on a per-query basis with the arrayLimit (or array_limit)...

Hi, I'm building a rethink server using your modules server, client and react to replace layer data in Meteor projects. I want use subscription to changefeeds and simple query, but...

I am trying to access a field inside a object but it is giving me an error. my object is like, { name: "john doe", avatar: { original: 'default.png', thumb:...

Mixins don't work with React components written as ES6 classes. Let's provide something that will work like a superclass, higher order component, or ES7 decorator.

enhancement

The main essence is that I'm getting duplicates of the same objects in `this.data`. One is actual (with new values), another is not. Changed object is placed at the end...

catch errors w/ optional callback function, use console.log instead of console.warn for RN dependency update

I am going through the tutorial and I hit an error when I try to connect to the local websocket server from my React Native app. The error is: ```...

enhancement

Since mixins don't work with React.Component and are likely on the depreciation path, a HoC is a better interface option for React. What do you think?