Viewing profile — Blixs
Blixs
HN member- Joined
- Mon, Oct 12, 2015, 10:31 AM UTC
- HN karma
- 70
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About Blixs
No profile information was provided.
Recent public activity
-
comment
Comment #15626352
I'm a fan of RxDB. It makes a lot of sense to combine something like PouchDB with RxJS to create a reactive datastore. The only thing that bothers me a bit about it is the dependen…
-
comment
Comment #15626007
Well, RxJS helps with pushing data around in general. It doesn't care much if it's from a local state store, a backend api or something else. So in a way it makes a lot of sense to…
-
comment
Comment #15625858
We use RxJS for data loading and global state management. Started with redux first, but really disliked all the boilerplate code. RxJS enabled us to have a really smart data loadin…
-
comment
Comment #15624720
I speak from personal experience when I say companies are migrating away from Meteor. For me personally it's to a React/RxJS front-end stack in combination with a traditional Ruby/…
-
comment
Comment #14433838
I have (some) experience with both React and Vue 2 and definitely prefer the later. Vue is very minimalistic but unlike React provides a lot of functionality out of the box. Stuff …