Skip to main content

Research

Note: Everybody is invited to do research for these points and add their own suggestions.

  • adapters/gql/connections - can use authToken or any other variable so connection will have to import the e..g import auth/auth.ts and then user auth.getToken() but we want the connections loosely coupled.
  • find a way to share variables between components using JS event instead of importing the code. E.g. some component want to get the token from the auth.getToken()