Prechádzať zdrojové kódy

Chore: update some changelog stuff

Jonathan Kelley 4 rokov pred
rodič
commit
4bbc5af6e1
2 zmenil súbory, kde vykonal 4 pridanie a 3 odobranie
  1. 1 0
      .vscode/spellright.dict
  2. 3 3
      CHANGELOG.md

+ 1 - 0
.vscode/spellright.dict

@@ -22,3 +22,4 @@ vec
 deref
 derefs
 Derefing
+rei

+ 3 - 3
CHANGELOG.md

@@ -28,14 +28,14 @@
 # Project: Hooks + Context + Subscriptions (TBD)
 > Implement the foundations for state management
 - [x] Implement context object
-- [x] Implement use_state
+- [x] Implement use_state (rewrite to use the use_reducer api like rei)
 - [x] Implement use_ref
+- [x] Implement use_context (only the API, not the state management solution)
 - [ ] Implement use_reducer
-- [ ] Implement use_context
 
 # Project: QOL 
 > Make it easier to write components
-- [ ] (Macro) Tweak event syntax to not be dependent on wasm32 target (just return regular closures which get boxed)
+- [x] (Macro) Tweak event syntax to not be dependent on wasm32 target (just return regular closures which get boxed)
 - [ ] (Macro) Tweak component syntax to accept a new custom element 
 - [ ] (Macro) Allow components to specify their props as function args