From 857e58a263efeaf0a33252683545606e8ca2ca5b Mon Sep 17 00:00:00 2001 From: Corbin Crutchley Date: Wed, 20 Dec 2023 13:31:41 -0800 Subject: [PATCH] docs: write conclusion --- content/blog/what-is-use-form-state-and-status/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/blog/what-is-use-form-state-and-status/index.md b/content/blog/what-is-use-form-state-and-status/index.md index ebb412e1..6b3336c6 100644 --- a/content/blog/what-is-use-form-state-and-status/index.md +++ b/content/blog/what-is-use-form-state-and-status/index.md @@ -360,4 +360,8 @@ export function Todo({ todos, addTodo }) { # Conclusion -// TODO: Write +And with that, that's our article series! We've covered a lot of ground; everything from how React's most fundamental values like reactivity works to advanced bi-directional data flow from the server and back! + +Want to keep learning React from lil' ole' me? Well shucks; first thank you for reading! + +But I can oblige! [I've written a book called "The Framework Field Guide" that teaches React, Angular, and Vue all-at-once, in-depth, and for free](https://framework.guide). Check it out and let me know what you think.