Description:
Abby should have an integration for Remix. This Integration should behave pretty closely to the existing Integrations and have feature parity. The next integration should be an easy starting point here
Acceptance Criteria:
Must be inside of packages/remix
Must be named @tryabby/remix
Needs to consume @tryabby/core and @tryabby/react internally
Must be written in Typescript and have the same type quality as React etc
needs to have the following functionality
useAbby -> a function which returns the user's currently selected variant as well as the onAct method
useFeatureFlag -> a function which returns the value of the given feature flag
useRemoteConfig -> a function which returns the value of the given feature flag
Description: Abby should have an integration for Remix. This Integration should behave pretty closely to the existing Integrations and have feature parity. The next integration should be an easy starting point here
Acceptance Criteria:
@tryabby/remix
@tryabby/core
and@tryabby/react
internallyuseAbby
-> a function which returns the user's currently selected variant as well as theonAct
methoduseFeatureFlag
-> a function which returns the value of the given feature flaguseRemoteConfig
-> a function which returns the value of the given feature flag