5 releases (3 breaking)

0.5.0-alpha.0 Feb 23, 2024
0.4.3 Dec 7, 2023
0.4.0 Aug 1, 2023
0.3.0 Feb 22, 2023
0.2.0 May 3, 2022

#202 in GUI

Download history 142/week @ 2024-01-17 138/week @ 2024-01-24 100/week @ 2024-01-31 66/week @ 2024-02-07 90/week @ 2024-02-14 210/week @ 2024-02-21 115/week @ 2024-02-28 94/week @ 2024-03-06 111/week @ 2024-03-13 95/week @ 2024-03-20 112/week @ 2024-03-27 94/week @ 2024-04-03 60/week @ 2024-04-10 63/week @ 2024-04-17 72/week @ 2024-04-24 38/week @ 2024-05-01

235 downloads per month
Used in 4 crates

MIT/Apache

300KB
6.5K SLoC

Dioxus Native Core

Crates.io MIT licensed Build Status Discord chat

Website | Guides | API Docs | Chat

Overview

dioxus-native-core provides several helpful utilities for lazily resolving computed values of the Dioxus VirtualDom to be used in conjunction with a native rendering engine.

The main "value-add" of this crate over implementing your native tree is that this tree is incrementally recomputed using the Dioxus VirtualDom's edit stream. Only parts of the tree that rely on each other will be redrawn - all else will be ignored.

Contributing

  • Report issues on our issue tracker.
  • Join the discord and ask questions!

License

This project is licensed under the MIT license.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Dioxus by you shall be licensed as MIT without any additional terms or conditions.

Dependencies

~3–12MB
~130K SLoC