It looks like react-rethinkdb currently only supports older versions of React?
I'm using modern versions, and I can't seem to get it to work. I have a very built gadget that I'm using React Hooks in, and it would take a lot of work to roll it back several versions just to be compatible.
Does anyone have tips or can you help on this? I can't find a modern example of someone using react-rethinkdb in their code. I scoured github pretty hard.
The reason I want it, is I want full realtime stream from the DB all the way to the front, I want it to be secure, and I don't want to build a lot of Websocket overhead. Currently my whole project is using websockets and Postgresql, and I feel like the websocket code is getting REALLY bulky, especially since I keep having to call certain events to emit data. I'd like the subscription/stream to be seamless.
Or is Rethink not for me?