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
Just starting my first big React project and I think this is the best interface library available. My question is if you can use React Hooks with Blueprint, since hooks were introduced in React 16.8? The example code uses classes - is that a limitation?
Thank you.
The text was updated successfully, but these errors were encountered:
You can freely mix component types in React, using class and function components interchangeably. Some Blueprint components have not been completely updated to support all the new paradigms introduced in React 16.8 (like ref objects in some props, for example #4370), but that will not prevent you from using those components in an application which uses functional React components & hooks.
Environment
Question
Just starting my first big React project and I think this is the best interface library available. My question is if you can use React Hooks with Blueprint, since hooks were introduced in React 16.8? The example code uses classes - is that a limitation?
Thank you.
The text was updated successfully, but these errors were encountered: