instructure / instructure-ui

A UI Component Library made by Instructure, Inc.
https://instructure.design/
Other
435 stars 98 forks source link

Replace CRA instructions in Quick Start with modern examples #1415

Closed aaronshaf closed 2 months ago

aaronshaf commented 7 months ago

Create React App is no longer recommended in the modern React ecosystem. It is essentially replaced now with a setup like:

– Vite + React (Especially this one) – rsbuild + React – Remix

I would recommend instructions and working examples in those scenarios, and removing references to CRA.

Thanks fro all you do!

HerrTopi commented 7 months ago

Yeah, good point. We hope to do this in the near future, possibly this Q1