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
I'm of the opinion that we should keep react-ui platform agnostic. Button and Link are easy enough to include in the boiler-plate and any style/animation based components can just wrap the button etc.
I agree keeping react-ui platform agnostic is best. Maybe we can add Next.js as a peer dependency, that way these components can just import ex. import Link from 'next/link'. Doing this the components will become super easy plug and play.
Curious why this PR that moved react-router to peer dependencies was closed?
Use Next.js in react-ui so the Button/Link component can be easier to integrate.
The text was updated successfully, but these errors were encountered: