knox a révisé ce gist . Aller à la révision
1 file changed, 6 insertions, 6 deletions
Dioxus-div.md
@@ -1,8 +1,8 @@ | |||
1 | 1 | | **Platform** | **Support Level** | **Features** | | |
2 | 2 | |--------------|-------------------|--------------| | |
3 | - | | **Web** | Tier 1 Support | - Render directly to the DOM using WebAssembly<br>- Pre-render with SSR and rehydrate on the client<br>- Simple "hello world" at about 50kb, comparable to React<br>- Built-in dev server and hot reloading for quick iteration | | |
4 | - | | **Fullstack**| Tier 1 Support | - Suspense, hydration, and server-side rendering<br>- Quickly drop in backend functionality with server functions<br>- Extractors, middleware, and routing integrations<br>- Compatible with desktop and mobile! | | |
5 | - | | **Desktop** | Tier 1 Support | - Render using Webview or - experimentally - with WGPU or [Freya](https://freyaui.dev) (skia)<br>- Zero-config setup. Simply `cargo run` or `dx serve` to build your app<br>- Full support for native system access without IPC<br>- Supports macOS, Linux, and Windows. Portable <3mb binaries | | |
6 | - | | **Liveview** | Tier 1 Support | - Render apps - or just a single component - entirely on the server<br>- Integrations with popular Rust frameworks like Axum and Warp<br>- Extremely low-latency and ability to support 10,000+ simultaneous apps | | |
7 | - | | **Mobile** | Tier 2 Support | - Render using Webview or - experimentally - with WGPU or Skia<br>- Support for iOS and Android<br>- Currently quite experimental, with lots of improvements coming throughout 2024 | | |
8 | - | | **Terminal** | Tier 2 Support | - Render apps directly into your terminal, similar to [ink.js](https://github.com/vadimdemedes/ink)<br>- Powered by the familiar flexbox and CSS model of the browser<br>- Built-in widgets like text input, buttons, and focus system | | |
3 | + | | **Web** | *Tier 1 Support* | - Render directly to the DOM using WebAssembly<br>- Pre-render with SSR and rehydrate on the client<br>- Simple "hello world" at about 50kb, comparable to React<br>- Built-in dev server and hot reloading for quick iteration | | |
4 | + | | **Fullstack**| *Tier 1 Support* | - Suspense, hydration, and server-side rendering<br>- Quickly drop in backend functionality with server functions<br>- Extractors, middleware, and routing integrations<br>- Compatible with desktop and mobile! | | |
5 | + | | **Desktop** | *Tier 1 Support* | - Render using Webview or - experimentally - with WGPU or [Freya](https://freyaui.dev) (skia)<br>- Zero-config setup. Simply `cargo run` or `dx serve` to build your app<br>- Full support for native system access without IPC<br>- Supports macOS, Linux, and Windows. Portable <3mb binaries | | |
6 | + | | **Liveview** | *Tier 1 Support* | - Render apps - or just a single component - entirely on the server<br>- Integrations with popular Rust frameworks like Axum and Warp<br>- Extremely low-latency and ability to support 10,000+ simultaneous apps | | |
7 | + | | **Mobile** | *Tier 2 Support* | - Render using Webview or - experimentally - with WGPU or Skia<br>- Support for iOS and Android<br>- Currently quite experimental, with lots of improvements coming throughout 2024 | | |
8 | + | | **Terminal** | *Tier 2 Support* | - Render apps directly into your terminal, similar to [ink.js](https://github.com/vadimdemedes/ink)<br>- Powered by the familiar flexbox and CSS model of the browser<br>- Built-in widgets like text input, buttons, and focus system | |
knox a révisé ce gist . Aller à la révision
1 file changed, 8 insertions, 44 deletions
Dioxus-div.md
@@ -1,44 +1,8 @@ | |||
1 | - | ## Web | |
2 | - | **Tier 1 Support** | |
3 | - | ||
4 | - | - Render directly to the DOM using WebAssembly | |
5 | - | - Pre-render with SSR and rehydrate on the client | |
6 | - | - Simple "hello world" at about 50kb, comparable to React | |
7 | - | - Built-in dev server and hot reloading for quick iteration | |
8 | - | ||
9 | - | ## Fullstack | |
10 | - | **Tier 1 Support** | |
11 | - | ||
12 | - | - Suspense, hydration, and server-side rendering | |
13 | - | - Quickly drop in backend functionality with server functions | |
14 | - | - Extractors, middleware, and routing integrations | |
15 | - | - Compatible with desktop and mobile! | |
16 | - | ||
17 | - | ## Desktop | |
18 | - | **Tier 1 Support** | |
19 | - | ||
20 | - | - Render using Webview or - experimentally - with WGPU or [Freya](https://freyaui.dev) (skia) | |
21 | - | - Zero-config setup. Simply `cargo run` or `dx serve` to build your app | |
22 | - | - Full support for native system access without IPC | |
23 | - | - Supports macOS, Linux, and Windows. Portable <3mb binaries | |
24 | - | ||
25 | - | ## Liveview | |
26 | - | **Tier 1 Support** | |
27 | - | ||
28 | - | - Render apps - or just a single component - entirely on the server | |
29 | - | - Integrations with popular Rust frameworks like Axum and Warp | |
30 | - | - Extremely low-latency and ability to support 10,000+ simultaneous apps | |
31 | - | ||
32 | - | ## Mobile | |
33 | - | **Tier 2 Support** | |
34 | - | ||
35 | - | - Render using Webview or - experimentally - with WGPU or Skia | |
36 | - | - Support for iOS and Android | |
37 | - | - Currently quite experimental, with lots of improvements coming throughout 2024 | |
38 | - | ||
39 | - | ## Terminal | |
40 | - | **Tier 2 Support** | |
41 | - | ||
42 | - | - Render apps directly into your terminal, similar to [ink.js](https://github.com/vadimdemedes/ink) | |
43 | - | - Powered by the familiar flexbox and CSS model of the browser | |
44 | - | - Built-in widgets like text input, buttons, and focus system | |
1 | + | | **Platform** | **Support Level** | **Features** | | |
2 | + | |--------------|-------------------|--------------| | |
3 | + | | **Web** | Tier 1 Support | - Render directly to the DOM using WebAssembly<br>- Pre-render with SSR and rehydrate on the client<br>- Simple "hello world" at about 50kb, comparable to React<br>- Built-in dev server and hot reloading for quick iteration | | |
4 | + | | **Fullstack**| Tier 1 Support | - Suspense, hydration, and server-side rendering<br>- Quickly drop in backend functionality with server functions<br>- Extractors, middleware, and routing integrations<br>- Compatible with desktop and mobile! | | |
5 | + | | **Desktop** | Tier 1 Support | - Render using Webview or - experimentally - with WGPU or [Freya](https://freyaui.dev) (skia)<br>- Zero-config setup. Simply `cargo run` or `dx serve` to build your app<br>- Full support for native system access without IPC<br>- Supports macOS, Linux, and Windows. Portable <3mb binaries | | |
6 | + | | **Liveview** | Tier 1 Support | - Render apps - or just a single component - entirely on the server<br>- Integrations with popular Rust frameworks like Axum and Warp<br>- Extremely low-latency and ability to support 10,000+ simultaneous apps | | |
7 | + | | **Mobile** | Tier 2 Support | - Render using Webview or - experimentally - with WGPU or Skia<br>- Support for iOS and Android<br>- Currently quite experimental, with lots of improvements coming throughout 2024 | | |
8 | + | | **Terminal** | Tier 2 Support | - Render apps directly into your terminal, similar to [ink.js](https://github.com/vadimdemedes/ink)<br>- Powered by the familiar flexbox and CSS model of the browser<br>- Built-in widgets like text input, buttons, and focus system | |
knox a révisé ce gist . Aller à la révision
2 files changed, 44 insertions, 91 deletions
Dioxus-div.htm (fichier supprimé)
@@ -1,91 +0,0 @@ | |||
1 | - | <div align="center"> | |
2 | - | <table style="width:100%"> | |
3 | - | <tr> | |
4 | - | <td> | |
5 | - | <b>Web</b> | |
6 | - | <br /> | |
7 | - | <em>Tier 1 Support</em> | |
8 | - | </td> | |
9 | - | <td> | |
10 | - | <ul> | |
11 | - | <li>Render directly to the DOM using WebAssembly</li> | |
12 | - | <li>Pre-render with SSR and rehydrate on the client</li> | |
13 | - | <li>Simple "hello world" at about 50kb, comparable to React</li> | |
14 | - | <li>Built-in dev server and hot reloading for quick iteration</li> | |
15 | - | </ul> | |
16 | - | </td> | |
17 | - | </tr> | |
18 | - | <tr> | |
19 | - | <td> | |
20 | - | <b>Fullstack</b> | |
21 | - | <br /> | |
22 | - | <em>Tier 1 Support</em> | |
23 | - | </td> | |
24 | - | <td> | |
25 | - | <ul> | |
26 | - | <li>Suspense, hydration, and server-side rendering</li> | |
27 | - | <li>Quickly drop in backend functionality with server functions</li> | |
28 | - | <li>Extractors, middleware, and routing integrations</li> | |
29 | - | <li>Compatible with desktop and mobile!</li> | |
30 | - | </ul> | |
31 | - | </td> | |
32 | - | </tr> | |
33 | - | <tr> | |
34 | - | <td> | |
35 | - | <b>Desktop</b> | |
36 | - | <br /> | |
37 | - | <em>Tier 1 Support</em> | |
38 | - | </td> | |
39 | - | <td> | |
40 | - | <ul> | |
41 | - | <li>Render using Webview or - experimentally - with WGPU or <a href="https://freyaui.dev">Freya</a> (skia) </li> | |
42 | - | <li>Zero-config setup. Simply `cargo run` or `dx serve` to build your app </li> | |
43 | - | <li>Full support for native system access without IPC </li> | |
44 | - | <li>Supports macOS, Linux, and Windows. Portable <3mb binaries </li> | |
45 | - | </ul> | |
46 | - | </td> | |
47 | - | </tr> | |
48 | - | <tr> | |
49 | - | <td> | |
50 | - | <b>Liveview</b> | |
51 | - | <br /> | |
52 | - | <em>Tier 1 Support</em> | |
53 | - | </td> | |
54 | - | <td> | |
55 | - | <ul> | |
56 | - | <li>Render apps - or just a single component - entirely on the server</li> | |
57 | - | <li>Integrations with popular Rust frameworks like Axum and Warp</li> | |
58 | - | <li>Extremely low-latency and ability to support 10,000+ simultaneous apps</li> | |
59 | - | </ul> | |
60 | - | </td> | |
61 | - | </tr> | |
62 | - | <tr> | |
63 | - | <td> | |
64 | - | <b>Mobile</b> | |
65 | - | <br /> | |
66 | - | <em>Tier 2 Support</em> | |
67 | - | </td> | |
68 | - | <td> | |
69 | - | <ul> | |
70 | - | <li>Render using Webview or - experimentally - with WGPU or Skia </li> | |
71 | - | <li>Support for iOS and Android </li> | |
72 | - | <li>Currently quite experimental, with lots of improvements coming throughout 2024 </li> | |
73 | - | </ul> | |
74 | - | </td> | |
75 | - | </tr> | |
76 | - | <tr> | |
77 | - | <td> | |
78 | - | <b>Terminal</b> | |
79 | - | <br /> | |
80 | - | <em>Tier 2 Support</em> | |
81 | - | </td> | |
82 | - | <td> | |
83 | - | <ul> | |
84 | - | <li>Render apps directly into your terminal, similar to <a href="https://github.com/vadimdemedes/ink"> ink.js</a></li> | |
85 | - | <li>Powered by the familiar flexbox and CSS model of the browser</li> | |
86 | - | <li>Built-in widgets like text input, buttons, and focus system</li> | |
87 | - | </ul> | |
88 | - | </td> | |
89 | - | </tr> | |
90 | - | </table> | |
91 | - | </div> |
Dioxus-div.md(fichier créé)
@@ -0,0 +1,44 @@ | |||
1 | + | ## Web | |
2 | + | **Tier 1 Support** | |
3 | + | ||
4 | + | - Render directly to the DOM using WebAssembly | |
5 | + | - Pre-render with SSR and rehydrate on the client | |
6 | + | - Simple "hello world" at about 50kb, comparable to React | |
7 | + | - Built-in dev server and hot reloading for quick iteration | |
8 | + | ||
9 | + | ## Fullstack | |
10 | + | **Tier 1 Support** | |
11 | + | ||
12 | + | - Suspense, hydration, and server-side rendering | |
13 | + | - Quickly drop in backend functionality with server functions | |
14 | + | - Extractors, middleware, and routing integrations | |
15 | + | - Compatible with desktop and mobile! | |
16 | + | ||
17 | + | ## Desktop | |
18 | + | **Tier 1 Support** | |
19 | + | ||
20 | + | - Render using Webview or - experimentally - with WGPU or [Freya](https://freyaui.dev) (skia) | |
21 | + | - Zero-config setup. Simply `cargo run` or `dx serve` to build your app | |
22 | + | - Full support for native system access without IPC | |
23 | + | - Supports macOS, Linux, and Windows. Portable <3mb binaries | |
24 | + | ||
25 | + | ## Liveview | |
26 | + | **Tier 1 Support** | |
27 | + | ||
28 | + | - Render apps - or just a single component - entirely on the server | |
29 | + | - Integrations with popular Rust frameworks like Axum and Warp | |
30 | + | - Extremely low-latency and ability to support 10,000+ simultaneous apps | |
31 | + | ||
32 | + | ## Mobile | |
33 | + | **Tier 2 Support** | |
34 | + | ||
35 | + | - Render using Webview or - experimentally - with WGPU or Skia | |
36 | + | - Support for iOS and Android | |
37 | + | - Currently quite experimental, with lots of improvements coming throughout 2024 | |
38 | + | ||
39 | + | ## Terminal | |
40 | + | **Tier 2 Support** | |
41 | + | ||
42 | + | - Render apps directly into your terminal, similar to [ink.js](https://github.com/vadimdemedes/ink) | |
43 | + | - Powered by the familiar flexbox and CSS model of the browser | |
44 | + | - Built-in widgets like text input, buttons, and focus system |
knox a révisé ce gist . Aller à la révision
1 file changed, 0 insertions, 0 deletions
Dioxus-div.mdx renommé en Dioxus-div.htm
Fichier renommé sans modifications
knox a révisé ce gist . Aller à la révision
1 file changed, 0 insertions, 0 deletions
Dioxus-div.md renommé en Dioxus-div.mdx
Fichier renommé sans modifications
knox a révisé ce gist . Aller à la révision
1 file changed, 91 insertions
Dioxus-div.md(fichier créé)
@@ -0,0 +1,91 @@ | |||
1 | + | <div align="center"> | |
2 | + | <table style="width:100%"> | |
3 | + | <tr> | |
4 | + | <td> | |
5 | + | <b>Web</b> | |
6 | + | <br /> | |
7 | + | <em>Tier 1 Support</em> | |
8 | + | </td> | |
9 | + | <td> | |
10 | + | <ul> | |
11 | + | <li>Render directly to the DOM using WebAssembly</li> | |
12 | + | <li>Pre-render with SSR and rehydrate on the client</li> | |
13 | + | <li>Simple "hello world" at about 50kb, comparable to React</li> | |
14 | + | <li>Built-in dev server and hot reloading for quick iteration</li> | |
15 | + | </ul> | |
16 | + | </td> | |
17 | + | </tr> | |
18 | + | <tr> | |
19 | + | <td> | |
20 | + | <b>Fullstack</b> | |
21 | + | <br /> | |
22 | + | <em>Tier 1 Support</em> | |
23 | + | </td> | |
24 | + | <td> | |
25 | + | <ul> | |
26 | + | <li>Suspense, hydration, and server-side rendering</li> | |
27 | + | <li>Quickly drop in backend functionality with server functions</li> | |
28 | + | <li>Extractors, middleware, and routing integrations</li> | |
29 | + | <li>Compatible with desktop and mobile!</li> | |
30 | + | </ul> | |
31 | + | </td> | |
32 | + | </tr> | |
33 | + | <tr> | |
34 | + | <td> | |
35 | + | <b>Desktop</b> | |
36 | + | <br /> | |
37 | + | <em>Tier 1 Support</em> | |
38 | + | </td> | |
39 | + | <td> | |
40 | + | <ul> | |
41 | + | <li>Render using Webview or - experimentally - with WGPU or <a href="https://freyaui.dev">Freya</a> (skia) </li> | |
42 | + | <li>Zero-config setup. Simply `cargo run` or `dx serve` to build your app </li> | |
43 | + | <li>Full support for native system access without IPC </li> | |
44 | + | <li>Supports macOS, Linux, and Windows. Portable <3mb binaries </li> | |
45 | + | </ul> | |
46 | + | </td> | |
47 | + | </tr> | |
48 | + | <tr> | |
49 | + | <td> | |
50 | + | <b>Liveview</b> | |
51 | + | <br /> | |
52 | + | <em>Tier 1 Support</em> | |
53 | + | </td> | |
54 | + | <td> | |
55 | + | <ul> | |
56 | + | <li>Render apps - or just a single component - entirely on the server</li> | |
57 | + | <li>Integrations with popular Rust frameworks like Axum and Warp</li> | |
58 | + | <li>Extremely low-latency and ability to support 10,000+ simultaneous apps</li> | |
59 | + | </ul> | |
60 | + | </td> | |
61 | + | </tr> | |
62 | + | <tr> | |
63 | + | <td> | |
64 | + | <b>Mobile</b> | |
65 | + | <br /> | |
66 | + | <em>Tier 2 Support</em> | |
67 | + | </td> | |
68 | + | <td> | |
69 | + | <ul> | |
70 | + | <li>Render using Webview or - experimentally - with WGPU or Skia </li> | |
71 | + | <li>Support for iOS and Android </li> | |
72 | + | <li>Currently quite experimental, with lots of improvements coming throughout 2024 </li> | |
73 | + | </ul> | |
74 | + | </td> | |
75 | + | </tr> | |
76 | + | <tr> | |
77 | + | <td> | |
78 | + | <b>Terminal</b> | |
79 | + | <br /> | |
80 | + | <em>Tier 2 Support</em> | |
81 | + | </td> | |
82 | + | <td> | |
83 | + | <ul> | |
84 | + | <li>Render apps directly into your terminal, similar to <a href="https://github.com/vadimdemedes/ink"> ink.js</a></li> | |
85 | + | <li>Powered by the familiar flexbox and CSS model of the browser</li> | |
86 | + | <li>Built-in widgets like text input, buttons, and focus system</li> | |
87 | + | </ul> | |
88 | + | </td> | |
89 | + | </tr> | |
90 | + | </table> | |
91 | + | </div> |