Ellipsis-Labs / phoenix-sdk

SDK for interacting with the Phoenix DEX.
83 stars 41 forks source link

Remove subscriptions #49

Closed loganjross closed 1 year ago

loganjross commented 1 year ago

Subscriptions are a bit messy to begin with, and after fighting with React for the day I've realized that leaving it up to the client whether they'd like to subscribe or poll is the best way to go. We provide a manual way for the client to refresh state and we leave it at that.

This approach is much cleaner code wise and resolved all dynamic data problems in our react app