getfider / fider

Open platform to collect and prioritize feedback
https://fider.io
GNU Affero General Public License v3.0
3.03k stars 638 forks source link

Migrate components under public/components to React Hooks [1st step] #730

Open goenning opened 5 years ago

goenning commented 5 years ago

Fider is on the process of slowly migrating to a class-free UI code by using React Hooks. This is going to be a long journey, but we need to start from somewhere.

This is the first step where we'll migrate all of our shared components, which are much smaller/simpler than the page components.

If you're interested in learning React Hooks and TypeScript on a real project, then join us 😊

Leave your name and which component you'd like to work on.

These components are still classes and can be migrated:

Blocked

NOTE 1: You don't need to know any of these technologies in order to work on it, if you need any help, just drop a message on this issue and we'll do what we can to help you out.

NOTE 2: If you'd like to practice your Unit Testing skills with Jest, then you can also add unit tests on your PR.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.