The create-react-app version of the fakebooks app demonstrated on https://remix.run. Check out the Remix version: https://github.com/kentcdodds/fakebooks-remix
by kentcdoddsTypeScript
1 of 6 standards met
Repository: kentcdodds/fakebooks-cra. Description: The create-react-app version of the fakebooks app demonstrated on https://remix.run. Check out the Remix version: https://github.com/kentcdodds/fakebooks-remix Stars: 27, Forks: 5. Primary language: TypeScript. Languages: TypeScript (81.8%), JavaScript (12.5%), HTML (4.5%), Shell (0.9%), CSS (0.3%). Homepage: https://fakebooks-cra.netlify.app/sales/invoices Open PRs: 0, open issues: 0. Last activity: 3y ago. Community health: 28%. Top contributors: kentcdodds, erjanmx.
Last 12 weeks · 0 commits
What Add vite to CRA app Why The development speed is about 80% faster than that of webpack, and the construction speed is about 50% faster than that of webpack. How Step 1: Run automatic conversion tool https://github.com/tnfe/wp2vite Step 2: Fix import alias & remove legacy plugin Result Faster on development or build mode