aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-06-14 09:40:00 +0100
committerHayleigh Thompson <me@hayleigh.dev>2024-06-14 09:40:00 +0100
commitf07188d0735808ccb313aedfd7f81889de253267 (patch)
tree7fac6ea9c4aa266d23713492bd4f2c7569b6b6f4
parentf751e851ef62434b84e0f6ff14d73ee8340db8d4 (diff)
downloadlustre-f07188d0735808ccb313aedfd7f81889de253267.tar.gz
lustre-f07188d0735808ccb313aedfd7f81889de253267.zip
:memo: Link to some additional resources.
-rw-r--r--pages/hints/attributes-vs-properties.md10
1 files changed, 10 insertions, 0 deletions
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.