You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constalt=newAlt({stateKey: 'state'})classFoo{staticdisplayName: 'FooStore'constructor(){// private, use this to talk with firebasethis.firebase=newFirebase();// state shared with components and modified by firebase instancethis.state={state1: 1,state2: 2}}}
This will be a great chapter. Should hear more news about Relay over the next days from React-Europe. Would love to learn all about Firebase with and without Relay integration and also with and without Alt.
Discuss how to integrate with backends. Ie. REST, Firebase. Example based on goatslacker/alt#158 and goatslacker/alt#173 below (not sure if correct):
The text was updated successfully, but these errors were encountered: