dioxus/packages/core/src
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
..
scheduler don't subscribe in tasks or event handlers 2023-08-07 17:55:29 -07:00
any_props.rs switch to tracing for logging 2023-09-06 17:47:33 -05:00
arena.rs Add ScopeId::ROOT (#1398) 2023-08-25 08:31:23 -05:00
bump_frame.rs fix: ci not passing 2023-01-10 16:39:56 -08:00
create.rs Fix memory leak in core 2023-08-15 12:19:05 -05:00
diff.rs switch to tracing for logging 2023-09-06 17:47:33 -05:00
dirty_scope.rs feat: fix the scope rollover bug 2022-12-12 18:31:30 -08:00
error_boundary.rs Add system for creating component attributes + new #[component] attribute (#1448) 2023-09-15 09:13:36 -05:00
events.rs switch to tracing for logging 2023-09-06 17:47:33 -05:00
fragment.rs allow changing the number of root nodes 2022-12-21 12:50:48 -06:00
lazynodes.rs chore: smallbox unused on miri ci 2023-01-10 18:05:48 -08:00
lib.rs don't subscribe in tasks or event handlers 2023-08-07 17:55:29 -07:00
mutations.rs clarify mutations docs 2023-03-28 11:58:50 -05:00
nodes.rs find attributes and components to drop in lazy nodes (#1376) 2023-09-05 13:43:42 -05:00
properties.rs fix borrowed props with temp values 2023-08-12 19:19:46 -05:00
runtime.rs fix clippy 2023-08-08 13:43:57 -07:00
scope_arena.rs switch to tracing for logging 2023-09-06 17:47:33 -05:00
scope_context.rs fix runtime import 2023-09-10 13:25:19 -05:00
scopes.rs Add ScopeId::ROOT (#1398) 2023-08-25 08:31:23 -05:00
subtree.rs wip: error boundary 2022-11-22 18:38:27 -08:00
virtual_dom.rs Add system for creating component attributes + new #[component] attribute (#1448) 2023-09-15 09:13:36 -05:00