Skip to content

Commit fe01d6f

Browse files
committed
chore: fix links
1 parent 66d3b58 commit fe01d6f

File tree

35 files changed

+84
-84
lines changed

35 files changed

+84
-84
lines changed

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const Greeting = component(({ name }) => <h1>Hello {name} 🥰</h1>);
5555

5656
from template:
5757
```
58-
npx degit github:atellmer/dark/templates/browser app
58+
npx degit github:trycatch-labs/dark/templates/browser app
5959
```
6060

6161
```
@@ -66,20 +66,20 @@ npm start
6666

6767
## Dark vs React Fiber
6868

69-
- [Concurrent Sierpinski triangle](https://atellmer.github.io/dark/next/sierpinski-triangle/)
69+
- [Concurrent Sierpinski triangle](https://trycatch-labs.github.io/dark/next/sierpinski-triangle/)
7070

7171
## Demos
7272

73-
- [1k components](https://atellmer.github.io/dark/next/1k-components/)
74-
- [10k rows](https://atellmer.github.io/dark/next/10k-rows/)
75-
- [Animated grid](https://atellmer.github.io/dark/next/animated-grid/)
76-
- [Concurrent deferred search](https://atellmer.github.io/dark/next/deferred-search/)
77-
- [Spring draggable list](https://atellmer.github.io/dark/next/spring-draggable-list/)
78-
- [Spring snake](https://atellmer.github.io/dark/next/spring-snake/)
79-
- [Spring masonry grid](https://atellmer.github.io/dark/next/spring-masonry-grid/)
80-
- [Spring slider](https://atellmer.github.io/dark/next/spring-slider/)
81-
- [Spring menu](https://atellmer.github.io/dark/next/spring-menu/)
82-
- [Spring dialog window](https://atellmer.github.io/dark/next/spring-dialog/)
73+
- [1k components](https://trycatch-labs.github.io/dark/next/1k-components/)
74+
- [10k rows](https://trycatch-labs.github.io/dark/next/10k-rows/)
75+
- [Animated grid](https://trycatch-labs.github.io/dark/next/animated-grid/)
76+
- [Concurrent deferred search](https://trycatch-labs.github.io/dark/next/deferred-search/)
77+
- [Spring draggable list](https://trycatch-labs.github.io/dark/next/spring-draggable-list/)
78+
- [Spring snake](https://trycatch-labs.github.io/dark/next/spring-snake/)
79+
- [Spring masonry grid](https://trycatch-labs.github.io/dark/next/spring-masonry-grid/)
80+
- [Spring slider](https://trycatch-labs.github.io/dark/next/spring-slider/)
81+
- [Spring menu](https://trycatch-labs.github.io/dark/next/spring-menu/)
82+
- [Spring dialog window](https://trycatch-labs.github.io/dark/next/spring-dialog/)
8383

8484
## Stackblitz demos
8585

@@ -103,17 +103,17 @@ If you liked the project, please rate it with a star ⭐, it gives me inspiratio
103103

104104
| Package | Description | URL |
105105
|----------------------------------|------------------------------------------------------------------|------------------------------------------|
106-
| `@dark-engine/core` | Abstract core with main functionality | [Link](https://github.com/atellmer/dark/tree/master/packages/core) |
107-
| `@dark-engine/platform-browser` | Renderer for browser (Single-Page apps) | [Link](https://github.com/atellmer/dark/tree/master/packages/platform-browser) |
108-
| `@dark-engine/platform-server` | Renderer for Node.js (Multi-Page, Static-Gen and Universal apps) | [Link](https://github.com/atellmer/dark/tree/master/packages/platform-server) |
109-
| `@dark-engine/platform-native` | Renderer for Android, iOS (Native mobile apps) | [Link](https://github.com/atellmer/dark/tree/master/packages/platform-native) |
110-
| `@dark-engine/platform-desktop` | Renderer for Windows, Linux, macOS (Native desktop apps) | [Link](https://github.com/atellmer/dark/tree/master/packages/platform-desktop) |
111-
| `@dark-engine/web-router` | Isomorphic router for browser and server | [Link](https://github.com/atellmer/dark/tree/master/packages/web-router) |
112-
| `@dark-engine/native-navigation` | Dark NativeScript router | [Link](https://github.com/atellmer/dark/tree/master/packages/native-navigation)|
113-
| `@dark-engine/animations` | Spring based animations | [Link](https://github.com/atellmer/dark/tree/master/packages/animations) |
114-
| `@dark-engine/styled` | Styled components | [Link](https://github.com/atellmer/dark/tree/master/packages/styled) |
115-
| `@dark-engine/data` | Declarative queries and mutations | [Link](https://github.com/atellmer/dark/tree/master/packages/data) |
116-
| `@dark-engine/signals` | Signals, computed signals and signal effects | [Link](https://github.com/atellmer/dark/tree/master/packages/signals) |
106+
| `@dark-engine/core` | Abstract core with main functionality | [Link](https://github.com/trycatch-labs/dark/tree/master/packages/core) |
107+
| `@dark-engine/platform-browser` | Renderer for browser (Single-Page apps) | [Link](https://github.com/trycatch-labs/dark/tree/master/packages/platform-browser) |
108+
| `@dark-engine/platform-server` | Renderer for Node.js (Multi-Page, Static-Gen and Universal apps) | [Link](https://github.com/trycatch-labs/dark/tree/master/packages/platform-server) |
109+
| `@dark-engine/platform-native` | Renderer for Android, iOS (Native mobile apps) | [Link](https://github.com/trycatch-labs/dark/tree/master/packages/platform-native) |
110+
| `@dark-engine/platform-desktop` | Renderer for Windows, Linux, macOS (Native desktop apps) | [Link](https://github.com/trycatch-labs/dark/tree/master/packages/platform-desktop) |
111+
| `@dark-engine/web-router` | Isomorphic router for browser and server | [Link](https://github.com/trycatch-labs/dark/tree/master/packages/web-router) |
112+
| `@dark-engine/native-navigation` | Dark NativeScript router | [Link](https://github.com/trycatch-labs/dark/tree/master/packages/native-navigation)|
113+
| `@dark-engine/animations` | Spring based animations | [Link](https://github.com/trycatch-labs/dark/tree/master/packages/animations) |
114+
| `@dark-engine/styled` | Styled components | [Link](https://github.com/trycatch-labs/dark/tree/master/packages/styled) |
115+
| `@dark-engine/data` | Declarative queries and mutations | [Link](https://github.com/trycatch-labs/dark/tree/master/packages/data) |
116+
| `@dark-engine/signals` | Signals, computed signals and signal effects | [Link](https://github.com/trycatch-labs/dark/tree/master/packages/signals) |
117117

118118
## Usage
119119

@@ -163,7 +163,7 @@ Based on the benchmark results, Dark is approximately 28% slower than the refere
163163

164164
## Lighthouse
165165

166-
A [small application](https://github.com/atellmer/dark/tree/master/examples/server-side-rendering/) demonstrating the capabilities of Dark using `SSR`, `rendering to stream`, `service-worker`, `offline mode`, `concurrent rendering`, `caching`, `suspense`, `router`, `async queries`, `lazy` and `styled` components scores maximum points in Lighthouse.
166+
A [small application](https://github.com/trycatch-labs/dark/tree/master/examples/server-side-rendering/) demonstrating the capabilities of Dark using `SSR`, `rendering to stream`, `service-worker`, `offline mode`, `concurrent rendering`, `caching`, `suspense`, `router`, `async queries`, `lazy` and `styled` components scores maximum points in Lighthouse.
167167

168168
<img src="./assets/lighthouse.png">
169169

packages/animations/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Spring based animations for Dark
44

5-
[More about Dark](https://github.com/atellmer/dark)
5+
[More about Dark](https://github.com/trycatch-labs/dark)
66

77
## Features
88
- 🎉 Smooth natural animations with max FPS based on spring physics
@@ -121,9 +121,9 @@ What's going on here?
121121
- The `Animated` component is taking a spring object and a function describing how it should change styles during the animation process.
122122
- When the state changes, physical parameters are calculated and styles are applied 1 time per 1 frame until the parameters reach the value `from` or `to` depending on the flag.
123123

124-
[spring-toast example](https://github.com/atellmer/dark/tree/master/examples/spring-toast)
124+
[spring-toast example](https://github.com/trycatch-labs/dark/tree/master/examples/spring-toast)
125125

126-
https://github.com/atellmer/dark/assets/16635118/42b400a0-fa35-4440-b23b-35d27531591d
126+
https://github.com/trycatch-labs/dark/assets/16635118/42b400a0-fa35-4440-b23b-35d27531591d
127127

128128
## `useSprings`
129129

@@ -153,9 +153,9 @@ return (
153153
)
154154
```
155155

156-
[spring-draggable-list example](https://github.com/atellmer/dark/tree/master/examples/spring-draggable-list)
156+
[spring-draggable-list example](https://github.com/trycatch-labs/dark/tree/master/examples/spring-draggable-list)
157157

158-
https://github.com/atellmer/dark/assets/16635118/453b9249-9667-4e80-b456-a48fdf2a8334
158+
https://github.com/trycatch-labs/dark/assets/16635118/453b9249-9667-4e80-b456-a48fdf2a8334
159159

160160
## `useTrail`
161161

@@ -184,9 +184,9 @@ return (
184184
);
185185
```
186186

187-
[spring-snake example](https://github.com/atellmer/dark/tree/master/examples/spring-snake)
187+
[spring-snake example](https://github.com/trycatch-labs/dark/tree/master/examples/spring-snake)
188188

189-
https://github.com/atellmer/dark/assets/16635118/1342931b-004e-4b7b-9faf-6adf251abc35
189+
https://github.com/trycatch-labs/dark/assets/16635118/1342931b-004e-4b7b-9faf-6adf251abc35
190190

191191
## `useTransition`
192192

@@ -220,13 +220,13 @@ return (
220220
)
221221
```
222222

223-
[spring-slider example](https://github.com/atellmer/dark/tree/master/examples/spring-slider)
223+
[spring-slider example](https://github.com/trycatch-labs/dark/tree/master/examples/spring-slider)
224224

225-
[spring-masonry-grid example](https://github.com/atellmer/dark/tree/master/examples/spring-masonry-grid)
225+
[spring-masonry-grid example](https://github.com/trycatch-labs/dark/tree/master/examples/spring-masonry-grid)
226226

227-
https://github.com/atellmer/dark/assets/16635118/dc1019d2-512d-4d7a-99c0-48c52c08270b
227+
https://github.com/trycatch-labs/dark/assets/16635118/dc1019d2-512d-4d7a-99c0-48c52c08270b
228228

229-
https://github.com/atellmer/dark/assets/16635118/2584d8e0-d44e-4575-9d3d-cc2a62a96692
229+
https://github.com/trycatch-labs/dark/assets/16635118/2584d8e0-d44e-4575-9d3d-cc2a62a96692
230230

231231

232232
## `useChain`
@@ -273,9 +273,9 @@ return (
273273
);
274274
```
275275

276-
[spring-menu example](https://github.com/atellmer/dark/tree/master/examples/spring-menu)
276+
[spring-menu example](https://github.com/trycatch-labs/dark/tree/master/examples/spring-menu)
277277

278-
https://github.com/atellmer/dark/assets/16635118/c1d3e472-dc0b-4861-8b05-3cbf9ef71f2c
278+
https://github.com/trycatch-labs/dark/assets/16635118/c1d3e472-dc0b-4861-8b05-3cbf9ef71f2c
279279

280280

281281
# LICENSE

packages/animations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "git+https://github.com/atellmer/dark.git"
23+
"url": "git+https://github.com/trycatch-labs/dark.git"
2424
},
2525
"keywords": [
2626
"dark",

packages/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A core package that abstracts away the specific code running platform. The core is based on the Fiber architecture, implements its own call stack, which makes it possible to flexibly manage rendering: schedule, prioritize, interrupt, resume rendering from the same point, or cancel it altogether. Supports asynchronous and concurrent rendering, works synchronously by default. Breaks the rendering work into two phases: the reconciliation phase and the phase of committing changes to the platform.
44

5-
[README](https://github.com/atellmer/dark)
5+
[README](https://github.com/trycatch-labs/dark)
66

77
## Installation
88

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "git+https://github.com/atellmer/dark.git"
22+
"url": "git+https://github.com/trycatch-labs/dark.git"
2323
},
2424
"keywords": [
2525
"dark",

packages/core/src/use-state/use-state.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ describe('@core/use-state', () => {
348348
});
349349

350350
test('forces direct update for input value', async () => {
351-
// https://github.com/atellmer/dark/issues/108
351+
// https://github.com/trycatch-labs/dark/issues/108
352352
let inputRef: MutableRef<HTMLInputElement> = null;
353353
const App = component(() => {
354354
inputRef = useRef<HTMLInputElement>(null);

packages/data/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ When rendering on the server, query will execute server code; when rendering on
77

88
This approach also eliminates the need to parse the request url on the server in order to understand what data needs to be prefetched for our application, because the application directly uses server-side methods on the server.
99

10-
[More about Dark](https://github.com/atellmer/dark)
10+
[More about Dark](https://github.com/trycatch-labs/dark)
1111

1212
## Features
1313
- 📝 Declarative

packages/data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "git+https://github.com/atellmer/dark.git"
23+
"url": "git+https://github.com/trycatch-labs/dark.git"
2424
},
2525
"keywords": [
2626
"dark",

packages/data/src/cache/cache.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ describe('@data/cache', () => {
104104
});
105105

106106
test('clears all records by key correctly', () => {
107-
// https://github.com/atellmer/dark/issues/107
107+
// https://github.com/trycatch-labs/dark/issues/107
108108
const cache = new InMemoryCache();
109109

110110
cache.write('x', 10, { id: 1 });

packages/native-navigation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Dark router for `NativeScript` platform.
44

5-
[More about Dark](https://github.com/atellmer/dark)
5+
[More about Dark](https://github.com/trycatch-labs/dark)
66

77
## Features
88
- 📚 Stack navigation

0 commit comments

Comments
 (0)