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
function components - the recommended way to write components when starting with Yew and when writing simple presentation logic.
I believe that we should update our codebase to consistently use functional components where possible. Perhaps some components require the advanced control struct components can provide, but I doubt we have any such ones today.
I have updated our README.md to indicate a preference for functional components.
The text was updated successfully, but these errors were encountered:
We are largely using struct components, and most of our components are very simple.
The Yew project recommends functional components as the default:
I believe that we should update our codebase to consistently use functional components where possible. Perhaps some components require the advanced control struct components can provide, but I doubt we have any such ones today.
I have updated our
README.md
to indicate a preference for functional components.The text was updated successfully, but these errors were encountered: