You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently use this package in a manner where I have a local version that has been updated with Typescript.
I'm wanting to convert to functional components, add tests and generally modernise it.
I thought it would be good to do this work in the main project but I see there hasn't been many updates in recent years and so I was wondering what the status was of this?
Or if this package should be treated as deprecated?
Proposed improvements in order:
Upgrade build tooling to vite. This will make development easier, especially with the addition of TS and tests
Add TS support and convert current code to TS
Add component and unit tests using vitest and React Testing Library
Convert class components to functional ones
Thanks
The text was updated successfully, but these errors were encountered:
Hey,
I currently use this package in a manner where I have a local version that has been updated with Typescript.
I'm wanting to convert to functional components, add tests and generally modernise it.
I thought it would be good to do this work in the main project but I see there hasn't been many updates in recent years and so I was wondering what the status was of this?
Or if this package should be treated as deprecated?
Proposed improvements in order:
Thanks
The text was updated successfully, but these errors were encountered: