swsnu / swppfall2021

Learning Software Engineering By Building Web Services
28 stars 19 forks source link

question about functional components/ class components #50

Open hursuhyun opened 3 years ago

hursuhyun commented 3 years ago

Hello, I have question about using class components.

Our lab session usually used class components, and I wonder if it is okay to use functional components. Should we use most of the components as class components or would it be totally up to us?

Thank you.

ttoru96 commented 3 years ago

I guess you plan to use React-hooks for functional component? As long as we can grade your work, you are fine to use either class component or functional component.

Please refer to https://github.com/swsnu/swppfall2021/issues/44#issuecomment-922324289.