Skip to content

Commit 1b0e7c8

Browse files
authored
Update README.md
1 parent 125f70a commit 1b0e7c8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
# solid-logic
2-
Core business logic of Solid OS
2+
Core business logic of SolidOS
3+
4+
# Adendum
5+
6+
Solid-logic was a move to sparate business logic from UI functionality so that people using different UI frameworks could use logic code.
7+
8+
It was created when the "chat with me" feature was built. We needed shared 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.

0 commit comments

Comments
 (0)