Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 553 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 553 Bytes

solid-logic

Core business logic of SolidOS

Adendum

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.