Skip to content

Commit 1120a59

Browse files
committed
Create complex objects collection
1 parent cbefbef commit 1120a59

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)