Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a functional component approach for sample app #30

Open
Odonno opened this issue May 14, 2018 · 2 comments
Open

Use a functional component approach for sample app #30

Odonno opened this issue May 14, 2018 · 2 comments
Labels
help wanted Extra attention is needed sample app Any change requested on sample app uwp Targets the UWP framework

Comments

@Odonno
Copy link
Owner

Odonno commented May 14, 2018

In order to make XAML application easier/faster to create with a Redux pattern, we should consider a functional component approach for XAML components using a React-like paradigm.

Some ideas:

  • virtual dom but for XAML (virtual-xaml?)
  • components written entirely in C# (to enable reuse/composition/HOC)
  • JSX for C#/XAML combo (*.csaml files?)
    • merge both world (convert XAML into C#/XamlDirect component?)
@Odonno Odonno added help wanted Extra attention is needed sample app Any change requested on sample app labels May 14, 2018
@Odonno
Copy link
Owner Author

Odonno commented May 18, 2018

A concept exists: https://github.com/MassivePixel/Clay

@Odonno Odonno added the uwp Targets the UWP framework label Sep 15, 2019
@Odonno
Copy link
Owner Author

Odonno commented Nov 11, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed sample app Any change requested on sample app uwp Targets the UWP framework
Projects
None yet
Development

No branches or pull requests

1 participant