[wip] jr model

This commit is contained in:
2023-02-07 21:50:28 -07:00
parent 33393f592a
commit 3ad5590d90
15 changed files with 9469 additions and 60 deletions
+19
View File
@@ -10,3 +10,22 @@ content.js
- this is basically a process that
background script
------------------------------------------------
-> background
-> controller
-> "impure component"
-> fetching data
-> writing to disk
-> "pure component"
-> business logic
-> migrating data from version N to version N+1
-> all allowable mutations to the data within a specific version
-> content script
- talking to page scripts
- intermediary between the background script and a page script
- raseev requests
- send responses back to page
-