reactjs - GraphQL and Meteor.js data tracking -


i wondering if there's way use benefits of meteor.js tracker graphql data layer react view. auto-updating view, updating props when content changes in database. know there mutations, in fetching again data once has been called?

it depends on context of application, needs refetch query after mutation affect change on ui.

you need ask questions :

  • do need real time data synchronization on several users screen
  • do need performant web application when real time data tracking not worry.

if performance constraint i'd suggest go 100% graphql solution, if need user collaboration easiest way go meteor tracked data, costs lot in memory.


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -