flipace / lovli.js

A boilerplate for developing react+redux applications with rethinkdb/horizon as realtime database and express for the server.
MIT License
558 stars 35 forks source link

Fixing jobs on server by querying the table name from internal database #10

Closed haukurk closed 8 years ago

haukurk commented 8 years ago

It is still not possible to remove todo's from the UI. This is due to $hz_v$ being missing. Issue about that here: https://github.com/flipace/lovli.js/issues/5

This will be fixxed when we are able to use the @horizon/client package. Referencing @horizon/client still does not work when using a custom webpack setup. There is a issue about this here: https://github.com/rethinkdb/horizon/issues/420.

This is PR is considered a temporary fix. Hopefully.

flipace commented 8 years ago

Thanks, good stuff :) Let's hope it's really only needed temporarily.