Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/state/v2/intro/fast.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Proxying by path also enables some really interesting list optimizations: in the

### Listeners at each node

Each node keeps a `Set` of listeners so that you can listen to changes to any value anywhere within the state. This is great for performance because changes only call the few listeners that are affected by that change. JavaScript's `Set` provides nice benefits here as its uniquenesss constraint ensures callbacks are added only once, and removing listeners is an [instant O(1) operation](https://bretcameron.medium.com/how-to-make-your-code-faster-using-javascript-sets-b432457a4a77).
Each node keeps a `Set` of listeners so that you can listen to changes to any value anywhere within the state. This is great for performance because changes only call the few listeners that are affected by that change. JavaScript's `Set` provides nice benefits here as its uniquenesss constraint ensures callbacks are added only once, and removing listeners is an [instant O(1) operation](https://www.bretcameron.com/blog/how-to-make-your-code-faster-using-javascript-sets).

### Granular renders

Expand Down
2 changes: 1 addition & 1 deletion docs/content/state/v3/intro/fast.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Proxying by path also enables some really interesting list optimizations: in the

### Listeners at each node

Each node keeps a `Set` of listeners so that you can listen to changes to any value anywhere within the state. This is great for performance because changes only call the few listeners that are affected by that change. JavaScript's `Set` provides nice benefits here as its uniquenesss constraint ensures callbacks are added only once, and removing listeners is an [instant O(1) operation](https://bretcameron.medium.com/how-to-make-your-code-faster-using-javascript-sets-b432457a4a77).
Each node keeps a `Set` of listeners so that you can listen to changes to any value anywhere within the state. This is great for performance because changes only call the few listeners that are affected by that change. JavaScript's `Set` provides nice benefits here as its uniquenesss constraint ensures callbacks are added only once, and removing listeners is an [instant O(1) operation](https://www.bretcameron.com/blog/how-to-make-your-code-faster-using-javascript-sets).

### Granular renders

Expand Down
2 changes: 1 addition & 1 deletion docs/public/state/v2/llms-full.md
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ Proxying by path also enables some really interesting list optimizations: in the

### Listeners at each node

Each node keeps a `Set` of listeners so that you can listen to changes to any value anywhere within the state. This is great for performance because changes only call the few listeners that are affected by that change. JavaScript's `Set` provides nice benefits here as its uniquenesss constraint ensures callbacks are added only once, and removing listeners is an [instant O(1) operation](https://bretcameron.medium.com/how-to-make-your-code-faster-using-javascript-sets-b432457a4a77).
Each node keeps a `Set` of listeners so that you can listen to changes to any value anywhere within the state. This is great for performance because changes only call the few listeners that are affected by that change. JavaScript's `Set` provides nice benefits here as its uniquenesss constraint ensures callbacks are added only once, and removing listeners is an [instant O(1) operation](https://www.bretcameron.com/blog/how-to-make-your-code-faster-using-javascript-sets).

### Granular renders

Expand Down
2 changes: 1 addition & 1 deletion docs/public/state/v2/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ Proxying by path also enables some really interesting list optimizations: in the

### Listeners at each node

Each node keeps a `Set` of listeners so that you can listen to changes to any value anywhere within the state. This is great for performance because changes only call the few listeners that are affected by that change. JavaScript's `Set` provides nice benefits here as its uniquenesss constraint ensures callbacks are added only once, and removing listeners is an [instant O(1) operation](https://bretcameron.medium.com/how-to-make-your-code-faster-using-javascript-sets-b432457a4a77).
Each node keeps a `Set` of listeners so that you can listen to changes to any value anywhere within the state. This is great for performance because changes only call the few listeners that are affected by that change. JavaScript's `Set` provides nice benefits here as its uniquenesss constraint ensures callbacks are added only once, and removing listeners is an [instant O(1) operation](https://www.bretcameron.com/blog/how-to-make-your-code-faster-using-javascript-sets).

### Granular renders

Expand Down
2 changes: 1 addition & 1 deletion docs/public/state/v2/llms/intro/fast.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Proxying by path also enables some really interesting list optimizations: in the

### Listeners at each node

Each node keeps a `Set` of listeners so that you can listen to changes to any value anywhere within the state. This is great for performance because changes only call the few listeners that are affected by that change. JavaScript's `Set` provides nice benefits here as its uniquenesss constraint ensures callbacks are added only once, and removing listeners is an [instant O(1) operation](https://bretcameron.medium.com/how-to-make-your-code-faster-using-javascript-sets-b432457a4a77).
Each node keeps a `Set` of listeners so that you can listen to changes to any value anywhere within the state. This is great for performance because changes only call the few listeners that are affected by that change. JavaScript's `Set` provides nice benefits here as its uniquenesss constraint ensures callbacks are added only once, and removing listeners is an [instant O(1) operation](https://www.bretcameron.com/blog/how-to-make-your-code-faster-using-javascript-sets).

### Granular renders

Expand Down
2 changes: 1 addition & 1 deletion docs/public/state/v3/llms-full.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ Proxying by path also enables some really interesting list optimizations: in the

### Listeners at each node

Each node keeps a `Set` of listeners so that you can listen to changes to any value anywhere within the state. This is great for performance because changes only call the few listeners that are affected by that change. JavaScript's `Set` provides nice benefits here as its uniquenesss constraint ensures callbacks are added only once, and removing listeners is an [instant O(1) operation](https://bretcameron.medium.com/how-to-make-your-code-faster-using-javascript-sets-b432457a4a77).
Each node keeps a `Set` of listeners so that you can listen to changes to any value anywhere within the state. This is great for performance because changes only call the few listeners that are affected by that change. JavaScript's `Set` provides nice benefits here as its uniquenesss constraint ensures callbacks are added only once, and removing listeners is an [instant O(1) operation](https://www.bretcameron.com/blog/how-to-make-your-code-faster-using-javascript-sets).

### Granular renders

Expand Down
2 changes: 1 addition & 1 deletion docs/public/state/v3/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ Proxying by path also enables some really interesting list optimizations: in the

### Listeners at each node

Each node keeps a `Set` of listeners so that you can listen to changes to any value anywhere within the state. This is great for performance because changes only call the few listeners that are affected by that change. JavaScript's `Set` provides nice benefits here as its uniquenesss constraint ensures callbacks are added only once, and removing listeners is an [instant O(1) operation](https://bretcameron.medium.com/how-to-make-your-code-faster-using-javascript-sets-b432457a4a77).
Each node keeps a `Set` of listeners so that you can listen to changes to any value anywhere within the state. This is great for performance because changes only call the few listeners that are affected by that change. JavaScript's `Set` provides nice benefits here as its uniquenesss constraint ensures callbacks are added only once, and removing listeners is an [instant O(1) operation](https://www.bretcameron.com/blog/how-to-make-your-code-faster-using-javascript-sets).

### Granular renders

Expand Down
2 changes: 1 addition & 1 deletion docs/public/state/v3/llms/intro/fast.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Proxying by path also enables some really interesting list optimizations: in the

### Listeners at each node

Each node keeps a `Set` of listeners so that you can listen to changes to any value anywhere within the state. This is great for performance because changes only call the few listeners that are affected by that change. JavaScript's `Set` provides nice benefits here as its uniquenesss constraint ensures callbacks are added only once, and removing listeners is an [instant O(1) operation](https://bretcameron.medium.com/how-to-make-your-code-faster-using-javascript-sets-b432457a4a77).
Each node keeps a `Set` of listeners so that you can listen to changes to any value anywhere within the state. This is great for performance because changes only call the few listeners that are affected by that change. JavaScript's `Set` provides nice benefits here as its uniquenesss constraint ensures callbacks are added only once, and removing listeners is an [instant O(1) operation](https://www.bretcameron.com/blog/how-to-make-your-code-faster-using-javascript-sets).

### Granular renders

Expand Down