Recommendation field vs partial property approach #337
|
There are two ways to declare reactive properties Using a backing field with the [Reactive] attribute or using the attribute on partial properties. Both work great, but I couldn’t find any guidance in the docs or issues about whether one approach is recommended over the other for new projects. Question: |
Answered by
glennawatson
Jan 3, 2026
Replies: 1 comment
|
I think it's up to you as the user. The property approach is where I would go on a new project. |
0 replies
Answer selected by
martinbu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it's up to you as the user. The property approach is where I would go on a new project.