Reactive IDE for SDC
Live demo http://sdc.beda.software/.
Devdays speach about SDC and SDC IDE https://www.youtube.com/watch?v=6zzpfb7az_c.
To check the app please go to examples folder and follow readme.
Mobile questionnaire tester app is WIP.
Exteranl plugable rendering is WIP.
yarn start # start watch all workspaces
yarn start:web # start watch web workspace
yarn start:mobile # start watch mobile workspaceyarn test # launch tests for all workspaces
yarn test:web # launch tests for web workspace
yarn test:mobile # launch tests for mobile workspace- Do not forget to add mobile native dependencies to
frontend/package.jsonto workspaces/nohoist section
"nohoist": [
"**/react-native",
"**/react-native/**",
"**/react-native-navigation",
"**/react-native-navigation/**"
]You can see this error in cli in this case
ERROR Invariant Violation: No callback found with cbID...