-
Notifications
You must be signed in to change notification settings - Fork 8
reactTips
Deva Kumar edited this page Jul 20, 2020
·
1 revision
Many users use create-react-app and similar cli's to build their UI's. In these cases you can do th following:
-
Install @sassoftware/restaf and @sassoftware/restaflib as part of your application.
-
In your UI code(say a react componenent) you can import these as follows
import * as restaf from '@sassoftware/restaf/dist/restaf.js";
import * as restaflib from '@sassoftware/restaflib/dist/restaflib.js";
You can then use it like all other JS modules
let store = restaf.initStore();
etc...
.... Under construction...
-
restaf
-
restaflib
-
Examples:
- Cas Server
- Compute Server
- Scoring with MAS
- Scoring with CAS
- Utility
-
CAS Related Functions
-
MAS Related Functions
-
Compute Server Related Functions
-
Reports Related Functions
-
Interactive CLI
-
Special Topic