techishiring-website
techishiring-website copied to clipboard
[Feature]: Remove Chakra UI
Feature Request
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I have an issue when [...]
Once all the changes involving Chakra UI are completed, Chakra UI would need to be removed from the app and then uninstalled.
Describe the solution you'd like A clear and concise description of what you want to happen. Add any considered drawbacks.
Remove the instance of <ChakraProvider /> from _app.tsx
and then run npm uninstall chakra-ui
.
This should only be done after the following issues have been closed:
#138 #137 #136 #135 #134 #133
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
n/a
Teachability, Documentation, Adoption, Migration Strategy If you can, explain how users will be able to use this and possibly write out a version in the docs. Maybe a screenshot or design?
n/a