dioxus/packages
Leonard c866ae602b
Add system for creating component attributes + new #[component] attribute (#1448)
* Add `#[component]` attribute + system for creating component attributes + other stuff

* Delete inlineprops.rs

* Update inline_props.rs

* Cargo fmt

* Fix clippy warnings and paths in props/mods.rs

* Include where clause in `#[inline_props]` output

* Allow Clippy type complexity in `LinkProps`

* Allow the type complexity lint for the entire link.rs file

* Remove snake_case -> PascalCase converter, but rather enforce PascalCase

Also:
- Put the second function inside the main one instead of besides it.
- Simplify

* Simplify type check lints so they don't return false positives

They will not always work, but they won't return any false positives, like for aliases. This is likely going to be replaced by a more polished Clippy-backed linting system.

* Fix #583

* Cargo fmt

* Add docs for `deserialize()` and remove useless comment

* Add `#[component]` to prelude

* Merge branch 'master' of https://github.com/tigerros/dioxus

* #[inline_props] is no more. Except in the docs folder, but that's going to be removed

* Remove docs folder

* Remove docs from workspace

* Resolve `DeserializerOutput` conversation
2023-09-15 09:13:36 -05:00
..
autofmt Add system for creating component attributes + new #[component] attribute (#1448) 2023-09-15 09:13:36 -05:00
check Bump crate versions, fix any publish errors 2023-07-31 18:49:54 -07:00
cli Bump the dioxus-cli to 0.4.1 (#1424) 2023-09-04 15:10:27 -05:00
core Add system for creating component attributes + new #[component] attribute (#1448) 2023-09-15 09:13:36 -05:00
core-macro Add system for creating component attributes + new #[component] attribute (#1448) 2023-09-15 09:13:36 -05:00
desktop switch to tracing for logging 2023-09-06 17:47:33 -05:00
dioxus Add system for creating component attributes + new #[component] attribute (#1448) 2023-09-15 09:13:36 -05:00
dioxus-tui fix tests 2023-08-08 15:13:02 -07:00
extension Bump crate versions, fix any publish errors 2023-07-31 18:49:54 -07:00
fermi switch to tracing for logging 2023-09-06 17:47:33 -05:00
fullstack Add system for creating component attributes + new #[component] attribute (#1448) 2023-09-15 09:13:36 -05:00
generational-box create some more compelling examples 2023-08-07 18:20:03 -07:00
hooks Add system for creating component attributes + new #[component] attribute (#1448) 2023-09-15 09:13:36 -05:00
hot-reload spelling (#1308) 2023-08-06 11:42:36 -05:00
html switch to tracing for logging 2023-09-06 17:47:33 -05:00
interpreter Bump crate versions, fix any publish errors 2023-07-31 18:49:54 -07:00
liveview switch to tracing for logging 2023-09-06 17:47:33 -05:00
mobile Bump crate versions, fix any publish errors 2023-07-31 18:49:54 -07:00
native-core Add ScopeId::ROOT (#1398) 2023-08-25 08:31:23 -05:00
native-core-macro Bump crate versions, fix any publish errors 2023-07-31 18:49:54 -07:00
rink Bump crate versions, fix any publish errors 2023-07-31 18:49:54 -07:00
router Add system for creating component attributes + new #[component] attribute (#1448) 2023-09-15 09:13:36 -05:00
router-macro Routable improvements (#1461) 2023-09-13 11:55:26 -05:00
rsx Fix memory leak in core 2023-08-15 12:19:05 -05:00
rsx-rosetta Bump crate versions, fix any publish errors 2023-07-31 18:49:54 -07:00
server-macro make server function features flexible 2023-08-03 11:13:43 -07:00
signals Add system for creating component attributes + new #[component] attribute (#1448) 2023-09-15 09:13:36 -05:00
ssr Add system for creating component attributes + new #[component] attribute (#1448) 2023-09-15 09:13:36 -05:00
web fix hydrate example 2023-09-12 09:07:57 -05:00