We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbefbef commit 1120a59Copy full SHA for 1120a59
1 file changed
content/collections/js/complex-objects.yaml
@@ -0,0 +1,17 @@
1
+slug: js/complex-objects
2
+title: Modeling complex objects in JavaScript
3
+miniTitle: Complex Objects
4
+listed: true
5
+snippetIds:
6
+ - js/s/complex-object-collections-in-memory
7
+ - js/s/complex-object-attributes-relationships
8
+ - js/s/complex-object-scopes
9
+ - js/s/complex-object-serialization
10
+ - js/s/complex-object-factories
11
+splash: laptop-view
12
+description: >-
13
+ Inspired by ActiveRecord, this collection will guide you through the process of
14
+ modeling complex objects in JavaScript, from in-memory collections to queries,
15
+ relationships, serialization, and more.
16
+shortDescription: >-
17
+ Join me in this journey of implementing an ActiveRecord-like pattern in JavaScript.
0 commit comments