@@ -76,7 +76,6 @@ To build web clients with Rust, you can choose between these libraries:
76
76
77
77
Since [ WASM] ( http://webassembly.org/ ) support is available in most browsers we can use Rust to build web applications :)
78
78
79
- - ** stdweb** ( - / [ repository] ( https://github.com/koute/stdweb ) / [ documentation] ( https://docs.rs/stdweb/ ) ) A standard library for the client-side Web
80
79
- ** yew** ( [ homepage] ( https://yew.rs ) / [ repository] ( https://github.com/yewstack/yew ) / [ documentation] ( https://docs.rs/yew/ ) ) - A frontend framework inspired by Elm and React (based on stdweb)
81
80
- ** percy** ( [ homepage] ( https://chinedufn.github.io/percy/ ) / [ repository] ( https://github.com/chinedufn/percy ) / - ) - A modular toolkit for building isomorphic web apps
82
81
- ** seed** ( [ homepage] ( http://seed-rs.org/ ) / [ repository] ( https://github.com/David-OConnor/seed ) / - ) - A Rust framework for creating web apps
@@ -92,6 +91,7 @@ Since [WASM](http://webassembly.org/) support is available in most browsers we c
92
91
93
92
### Outdated frontend frameworks
94
93
94
+ - ** stdweb** ( - / [ repository] ( https://github.com/koute/stdweb ) / [ documentation] ( https://docs.rs/stdweb/ ) ) A standard library for the client-side Web
95
95
- [ ruukh] ( https://github.com/csharad/ruukh )
96
96
- [ dumle] ( https://github.com/axelf4/dumle )
97
97
@@ -153,16 +153,15 @@ Since [WASM](http://webassembly.org/) support is available in most browsers we c
153
153
154
154
### Frontend Frameworks
155
155
156
- | Name | yew | stdweb | percy | dodrio | seed | sauron | draco | squark | willow | smithy | dominator | mogwai |
157
- | ------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
158
- | ** License** | ![ Yew license] ( https://img.shields.io/crates/l/yew.svg?label=%20 ) | ![ Stdweb license] ( https://img.shields.io/crates/l/stdweb.svg?label=%20 ) | ![ Percy license] ( https://img.shields.io/crates/l/percy.svg?label=%20 ) | ![ Dodrio license] ( https://img.shields.io/crates/l/dodrio.svg?label=%20 ) | ![ Seed license] ( https://img.shields.io/crates/l/seed.svg?label=%20 ) | ![ sauron license] ( https://img.shields.io/crates/l/sauron.svg?label=%20 ) | ![ Draco license] ( https://img.shields.io/crates/l/draco.svg?label=%20 ) | ![ Squark license] ( https://img.shields.io/crates/l/squark.svg?label=%20 ) | ![ Willow license] ( https://img.shields.io/github/license/sindreij/willow.svg?label=%20 ) | ![ Smithy license] ( https://img.shields.io/crates/l/smithy.svg?label=%20 ) | ![ Dominator license] ( https://img.shields.io/crates/l/dominator.svg?label=%20 ) | ![ Mogwai license] ( https://img.shields.io/crates/l/mogwai.svg?label=%20 ) |
159
- | ** Version** | ![ Yew version] ( https://img.shields.io/crates/v/yew.svg?label=%20 ) | ![ Stdweb version] ( https://img.shields.io/crates/v/stdweb.svg?label=%20 ) | ![ Percy version] ( https://img.shields.io/crates/v/percy.svg?label=%20 ) | ![ Dodrio version] ( https://img.shields.io/crates/v/dodrio.svg?label=%20 ) | ![ Seed version] ( https://img.shields.io/crates/v/seed.svg?label=%20 ) | ![ sauron version] ( https://img.shields.io/crates/v/sauron.svg?label=%20 ) | ![ Draco version] ( https://img.shields.io/crates/v/draco.svg?label=%20 ) | ![ Squark version] ( https://img.shields.io/crates/v/squark.svg?label=%20 ) | no | ![ Smithy version] ( https://img.shields.io/crates/v/smithy.svg?label=%20 ) | ![ Dominator version] ( https://img.shields.io/crates/v/dominator.svg?label=%20 ) | ![ Mogwai version] ( https://img.shields.io/crates/v/mogwai.svg?label=%20 ) |
160
- | **Github Stars** |  |  |  |  |  |  |  |  |  |  |  |  |
161
- | **Contributors** |  |  |  |  |  |  |  |  |  |  |  |  |
162
- | **Activity** |  |  |  |  |  |  |  |  |  |  |  |  |
163
- | ** Stable Rust** | ** yes** | ** yes** | no | ? | ** yes** | ? | ** yes** | no | no | no | no | no |
164
- | ** Base framework** | wasm-bindgen (or stdweb) | - | wasm-bindgen | wasm-bindgen | wasm-bindgen | wasm-bindgen | wasm-bindgen | wasm-bindgen | wasm-bindgen | wasm-bindgen | wasm-bindgen | wasm-bindgen |
165
- | ** Virtual DOM** | yes | ? | yes | yes | yes | ? | yes | yes | ? | yes | ** no** | ** no** |
156
+ | Name | yew | percy | dodrio | seed | sauron | draco | squark | willow | smithy | dominator | mogwai |
157
+ | ---------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
158
+ | ** License** | ![ Yew license] ( https://img.shields.io/crates/l/yew.svg?label=%20 ) | ![ Percy license] ( https://img.shields.io/crates/l/percy.svg?label=%20 ) | ![ Dodrio license] ( https://img.shields.io/crates/l/dodrio.svg?label=%20 ) | ![ Seed license] ( https://img.shields.io/crates/l/seed.svg?label=%20 ) | ![ sauron license] ( https://img.shields.io/crates/l/sauron.svg?label=%20 ) | ![ Draco license] ( https://img.shields.io/crates/l/draco.svg?label=%20 ) | ![ Squark license] ( https://img.shields.io/crates/l/squark.svg?label=%20 ) | ![ Willow license] ( https://img.shields.io/github/license/sindreij/willow.svg?label=%20 ) | ![ Smithy license] ( https://img.shields.io/crates/l/smithy.svg?label=%20 ) | ![ Dominator license] ( https://img.shields.io/crates/l/dominator.svg?label=%20 ) | ![ Mogwai license] ( https://img.shields.io/crates/l/mogwai.svg?label=%20 ) |
159
+ | ** Version** | ![ Yew version] ( https://img.shields.io/crates/v/yew.svg?label=%20 ) | ![ Percy version] ( https://img.shields.io/crates/v/percy.svg?label=%20 ) | ![ Dodrio version] ( https://img.shields.io/crates/v/dodrio.svg?label=%20 ) | ![ Seed version] ( https://img.shields.io/crates/v/seed.svg?label=%20 ) | ![ sauron version] ( https://img.shields.io/crates/v/sauron.svg?label=%20 ) | ![ Draco version] ( https://img.shields.io/crates/v/draco.svg?label=%20 ) | ![ Squark version] ( https://img.shields.io/crates/v/squark.svg?label=%20 ) | no | ![ Smithy version] ( https://img.shields.io/crates/v/smithy.svg?label=%20 ) | ![ Dominator version] ( https://img.shields.io/crates/v/dominator.svg?label=%20 ) | ![ Mogwai version] ( https://img.shields.io/crates/v/mogwai.svg?label=%20 ) |
160
+ | ** Github Stars** | ![ Yew stars] ( https://img.shields.io/github/stars/yewstack/yew.svg?label=%20 ) | ![ Percy stars] ( https://img.shields.io/github/stars/chinedufn/percy.svg?label=%20 ) | ![ Dodrio stars] ( https://img.shields.io/github/stars/fitzgen/dodrio.svg?label=%20 ) | ![ Seed stars] ( https://img.shields.io/github/stars/David-OConnor/seed.svg?label=%20 ) | ![ sauron stars] ( https://img.shields.io/github/stars/ivanceras/sauron.svg?label=%20 ) | ![ Draco stars] ( https://img.shields.io/github/stars/utkarshkukreti/draco.svg?label=%20 ) | ![ Squark stars] ( https://img.shields.io/github/stars/rail44/squark.svg?label=%20 ) | ![ Willow stars] ( https://img.shields.io/github/stars/sindreij/willow.svg?label=%20 ) | ![ Smithy stars] ( https://img.shields.io/github/stars/rbalicki2/smithy.svg?label=%20 ) | ![ Dominator stars] ( https://img.shields.io/github/stars/Pauan/rust-dominator.svg?label=%20 ) | ![ Mogwai stars] ( https://img.shields.io/github/stars/schell/mogwai.svg?label=%20 ) |
161
+ | **Contributors** |  |  |  |  |  |  |  |  |  |  |  |
162
+ | **Activity** |  |  |  |  |  |  |  |  |  |  |  |
163
+ | ** Stable Rust** | ** yes** | no | ? | ** yes** | ? | ** yes** | no | no | no | no | no |
164
+ | ** Virtual DOM** | yes | yes | yes | yes | ? | yes | yes | ? | yes | ** no** | ** no** |
166
165
167
166
### Middleware & Plugins
168
167
0 commit comments