Skip to content

Latest commit

 

History

History

feature-overview

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

feature-overview

Key improvements:

  • Unified interface for all products
  • Typed SDKs for all products
  • Easy migration from static SDK to generated typed SDKs
  • Products as Plugins
    • Centralized configuration, logging, privacy, user
    • Product interfaces allow for easy extension
  • Improved user management
    • Centralized across products
    • Improved server interfaces (multitenant)
  • Cross-product communication
    • One product can integrate with others as soon as they are added
    • 3rd parties plugins can hook into the event bus for quick, flexible integrations

TODO

  • Group management
  • Environment support (codegen)

Usage

You can run the examples with

yarn example-<number>

You can run examples one at a time or yarn example-all to run them all in sequence

yarn example-1
yarn example-9
yarn example-all

Individual examples (Cross platform)