You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: refactor-notes.md
+34
Original file line number
Diff line number
Diff line change
@@ -22,3 +22,37 @@ Questions
22
22
NEEDS
23
23
24
24
- way for plugins to also provide their own interfaces to compose them all together for client and server runtime usage?
25
+
26
+
Modularization
27
+
28
+
We will need to have a way for an individual app load the different pieces of itself into the main application. A package would need to provide code for the client, core, and the server.
29
+
30
+
One proposed pattern, which reflect the data needs of each part of the application to function properly.
0 commit comments