Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.64 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.64 KB

Molasses Javascript Libraries

codecov Build status

This is the monorepo for all things JavaScript and Molasses. It includes the Node, React, and Browser (with TypeScript support) SDKs for Molasses. It allows you to evaluate user's status for a feature. It also helps simplify logging events for A/B testing.

Packages

Use for any Node based environments. Supports both JS and TS. It uses SSE to check if you have updated features. Once initialized, it takes microseconds to evaluate if a user is active. With SSE, updates are pushed automatically to the client.

the Browser (with TypeScript support) SDK for Molasses. It allows you to evaluate user's status for a feature. It also helps simplify logging events for A/B testing.

the React (with TypeScript support) SDK for Molasses. Built on top of molasses-js offers a provider with hooks and HOCs. Once initialized, it takes microseconds to evaluate if a user is active. react-molasses does rely on molasses-js as a client.