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

fix(ui): Migrate to functions #215

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

lupusA
Copy link
Collaborator

@lupusA lupusA commented Nov 20, 2023

Hi,

this PR migrates components to react functions. We do this as React recommends to use functions instead of components. Furthermore, new updates (e.g. react-router-dom) are easier to merge and implement.

Feedback is welcomed.

Cheers,

@jkowalski
Copy link
Contributor

LGTM - this is a very useful improvemengt, feel free to merge these things yourself. How confident are you we're not gonna regress anything visually?

@lupusA
Copy link
Collaborator Author

lupusA commented Nov 26, 2023

LGTM - this is a very useful improvemengt, feel free to merge these things yourself. How confident are you we're not gonna regress anything visually?

In the best case, there is no regression :-). However, the difficulty is to migrate correctly that everything works. All hooks etc. have to be implemented correctly. We need to test it.

@lupusA lupusA self-assigned this Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants