Core business logic of SolidOS which can be used for any webapp as well.
Either npm install solid-logic or in your HTML use directly solid-logic.js from dist folder.
Check the scripts in the package.json for build, watch, lint and test.
- TypeScript + Babel
- Jest
- ESLint
- Rollup
Solid-logic was a move to separate business logic from UI functionality so that people using different UI frameworks could use logic code.
It was created when the "chat with me" feature was built. We needed to share logic between chat-pane and profile-pane (which was part of solid-panes back then I think) due to that feature. The whole idea of it is to separate core solid logic from UI components, to make logic reusable, e.g. by other UI libraries or even non web apps like CLI tools etc.