Component Migration Strategy with Chakra UI #1088
Dishant1804
started this conversation in
Implementation Brainstorming
Replies: 2 comments
-
Well I agree with the hybrid approach because by retaining Tailwind for existing code, we can avoid a massive rewrite, which can be time-consuming and risky. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Agree with option 2. I think Tailwind has a broader scope, so instead of removing it, we can add Emotion CSS to the components where needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With respect to the migrations and standardizing the components by using ChakraUI Library, We would like suggestions from the community. I am considering the following options :
In my opinion, the 2nd option looks better and aligns with our codebase
Why This approach
This hybrid implementation would minimize refactoring overhead while still enabling us to standardize the components. It also provides a clearer migration path that can be executed incrementally without disrupting current development workflows.
Let me know your thoughts, Lets discuss and arrive to the solution that the community collectively needs :)
Beta Was this translation helpful? Give feedback.
All reactions