From f07188d0735808ccb313aedfd7f81889de253267 Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Fri, 14 Jun 2024 09:40:00 +0100 Subject: :memo: Link to some additional resources. --- pages/hints/attributes-vs-properties.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pages/hints/attributes-vs-properties.md b/pages/hints/attributes-vs-properties.md index 3614a2a..66675ba 100644 --- a/pages/hints/attributes-vs-properties.md +++ b/pages/hints/attributes-vs-properties.md @@ -57,3 +57,13 @@ Conversely, if you're using Lustre's components and wrote your `on_attribute_cha decoders in a way that did not anticipate receiving strings you may find that only properties work as you intended (the [decipher](https://hexdocs.pm/decipher/decipher.html) package can help you decode number-like strings and booleans from attributes.) + +## Other resources + +Here are some other resources from around the Web that you might also find useful: + +- [Attributes and Properties](https://javascript.info/dom-attributes-and-properties) + from JavaScript.info. + +- [HTML attributes vs DOM properties](https://jakearchibald.com/2024/attributes-vs-properties/) + by Jake Archibald. -- cgit v1.2.3