-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
89 changed files
with
225 additions
and
223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
# Maple | ||
# Sycamore | ||
|
||
[![Crates.io](https://img.shields.io/crates/v/maple-core)](https://crates.io/crates/maple-core) | ||
[![docs.rs](https://img.shields.io/docsrs/maple-core?color=blue&label=docs.rs)](https://docs.rs/maple-core) | ||
[![GitHub contributors](https://img.shields.io/github/contributors/lukechu10/maple)](https://github.com/lukechu10/maple/graphs/contributors) | ||
[![Crates.io](https://img.shields.io/crates/v/sycamore)](https://crates.io/crates/sycamore) | ||
[![docs.rs](https://img.shields.io/docsrs/sycamore?color=blue&label=docs.rs)](https://docs.rs/sycamore) | ||
[![GitHub contributors](https://img.shields.io/github/contributors/lukechu10/sycamore)](https://github.com/lukechu10/sycamore/graphs/contributors) | ||
[![Discord](https://img.shields.io/discord/820400041332179004?label=discord)](https://discord.gg/vDwFUmm6mU) | ||
|
||
## What is Maple? | ||
## What is Sycamore? | ||
|
||
Maple is a modern VDOM-less web library with fine-grained reactivity in [Rust](https://www.rust-lang.org/) and [WebAssembly](https://webassembly.org/). | ||
Sycamore is a modern VDOM-less web library with fine-grained reactivity in [Rust](https://www.rust-lang.org/) and [WebAssembly](https://webassembly.org/). | ||
|
||
Learn more at the [Maple website](https://maple-rs.netlify.app), or stop by the [Discord server](https://discord.gg/vDwFUmm6mU). | ||
Learn more at the [Sycamore website](https://sycamore-rs.netlify.app), or stop by the [Discord server](https://discord.gg/vDwFUmm6mU). | ||
|
||
## Contributing | ||
|
||
Issue reports and Pull Requests are always welcome! | ||
Check out the [section on contributing](https://maple-rs.netlify.app/contribute/architecture) in the docs. | ||
Check out the [section on contributing](https://sycamore-rs.netlify.app/contribute/architecture) in the docs. | ||
|
||
## Contributors | ||
|
||
Maple would not have been possible without the wonderful work of all the people who contributed. Thank you! | ||
Sycamore would not have been possible without the wonderful work of all the people who contributed. Thank you! | ||
|
||
<a href="https://github.com/lukechu10/maple/graphs/contributors"> | ||
<img src="https://contrib.rocks/image?repo=lukechu10/maple" /> | ||
<a href="https://github.com/lukechu10/sycamore/graphs/contributors"> | ||
<img src="https://contrib.rocks/image?repo=lukechu10/sycamore" /> | ||
</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Routing | ||
|
||
Routing is still work-in-progress. Visit [#85](https://github.com/lukechu10/maple/issues/85) for more details. | ||
Routing is still work-in-progress. Visit [#85](https://github.com/lukechu10/sycamore/issues/85) for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Server Side Rendering | ||
|
||
Server Side Rendering is still work-in-progress. Visit [#47](https://github.com/lukechu10/maple/issues/47) for more details. | ||
Server Side Rendering is still work-in-progress. Visit [#47](https://github.com/lukechu10/sycamore/issues/47) for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Testing | ||
|
||
A testing story is still work-in-progress. Visit [#55](https://github.com/lukechu10/maple/issues/55) for more details. | ||
A testing story is still work-in-progress. Visit [#55](https://github.com/lukechu10/sycamore/issues/55) for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.