dioxus/packages/core-macro
Jonathan Kelley 7158bc3575 Feat: revert FC changes (like the old style).
This commit reverts to the old style of props + FC. The old style is desirable
because people comfortable with react can automatically be comfortable with
dioxus. It's also nice in that the same props can be used to drive two different
components - something the trait version couldn't do. Now, our trait bound forces
implementations to have the #[derive(Props)] flag. This will need to implement the
Properties trait as well as PartialEq (using ptr::equal for closure fields).
2021-03-09 00:58:20 -05:00
..
examples WIP: remove FC 2021-03-07 21:28:20 -05:00
src Feat: revert FC changes (like the old style). 2021-03-09 00:58:20 -05:00
Cargo.toml WIP: remove FC 2021-03-07 21:28:20 -05:00