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

Modified dashboard collaborator page to functional component #302

Closed
wants to merge 1 commit into from
Closed

Modified dashboard collaborator page to functional component #302

wants to merge 1 commit into from

Conversation

Seundede
Copy link
Contributor

@Seundede Seundede commented Oct 20, 2022

This PR fixes issue #279
A functional component is a plain JavaScript function that accepts props as an argument and returns a React element. A class component requires an extension from React.Component [RC] and create a render function that returns a React element. But functional components show greater performance than class components

@Seundede Seundede changed the title Modify dashboard collaborator class component to functional component Modified dashboard collaborator page to functional component Oct 31, 2022
@Seundede Seundede closed this by deleting the head repository Jan 2, 2023
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.

1 participant