Filter
Exclude
Time range
-
Near
12 Dec 2025
少し前にCreateReactAppが終わった時、Vite ReactのちょっとしたSPAでいいようなものも全部「大は小を兼ねる」でNextにする風潮あったじゃん? あの流れからちょっと距離置いてた身としては正直「そら見たことか」的な気持ちもある (Nextも必要なら使うけどね)
2
10
1,516
Different purposes. Think of SolidStart as CreateReactApp but with SSR. It doesn't care what features, libraries, router, etc you use. Tanstack Start has a lot thought into higher level abstractions. Those abstractions are framework agnostic so should be same in React or Solid.
6
490
Good Morning 🌞👨‍💻☕ Drop your GitHub profile/repo for a follow or star. #git #github #cra #createreactapp #webpack #repack #reactnative #golang #rust #php #typescript #javascript #devnews #developer
3
6
835
🚀 Create React App, c'est fini ! Découvrez TanStack Create React App, le remplaçant moderne basé sur Vite & TanStack Router. #React #CreateReactApp #TanStack #Vite #NextJS #DevWeb #JS Pourquoi abandonner CRA ? Quelles alternatives en 2025 ? On vous dit tout ! 👇 📖 Lire ici 👉 reactive-tech-solutions.com/…
1
3
159
🚀 Farewell, Create React App! 👋 The React team is sunsetting CRA, making way for modern tools like Vite, Next.js, and Parcel. It's time to upgrade! 💡 #ReactJS #CreateReactApp #Vite #WebDev
1
42
OK Cursor has gotten a lot cooler since I last used it. Composer just translated one of my ancient side projects from JS / createreactapp to TS / vite with very little effort from me.
1
3
411
想要了解如何利用 #Arweave#Permaweb 架构实现永久在线、Serverless 应用? 本文详细介绍了 Permaweb 的 Serverless 特性,开发者无需自行部署前后端,所有服务由 Permaweb 提供。我们还讲解了如何通过 #4everland#arseeding 等工具轻松部署前端应用,支持 #VueCLI#Vite#CreateReactApp,并展示如何在 Arweave 上存储和绑定域名。 Permaweb 让互联网拥有记忆,信息不再遗忘,推动下一代互联网架构的发展! #Web3 #去中心化 #区块链
25
23
26
510
ReactJs 101 - Post 12: Ready to Build Your First React.js App? Read The Thread 🧵👇 Point 1: Choose Your Development Environment: Set up Node.js and npm to get started with React.js development. #ReactJS #Development Point 2: Learn the Basics: Understand JSX, components, state, and props to lay a strong foundation for your React.js journey. #JSX #Components Point 3: Set Up Your Project: Use create-react-app or set up a custom React.js project structure to start building your app. #CreateReactApp #ProjectSetup Point 4: Build Your Components: Break down your UI into reusable components and start building them using React.js. #ReusableComponents #UI Point 5: Manage State Effectively: Use React.js state management to handle dynamic data and keep your app interactive. #StateManagement #ReactJS Point 6: Dive Into Routing and Hooks: Explore React Router for navigation and leverage hooks like useEffect and useState for enhanced functionality. #ReactRouter #Hooks Ready to embark on your React.js journey? Follow these steps and start building your first app today! #ReactDevelopment #GetStarted
2
96
Create React App & Babel Using create-react-app? It not only kickstarts your React project but also includes Babel under the hood! No fuss, no config - just pure development joy! #CreateReactApp #Babel #ReactJS
1
3
39
⚙️ Handling Environment Variables in React - Vital Information! When working with React, managing environment variables is essential. Let's explore how to do it in both Vite and Create React App: In Vite: 1. Create a .env file in your project's root directory. 2. Define your environment variables like so: SECRET=secret_value. Now, to access these variables in your application: 3. Import the environment variables using import.meta.env. 1. To access the variable, prefix it with VITE_. For example: import.meta.env.VITE_SECRET. In Create React App: 1. Environment variables are automatically supported with a REACT_APP_ prefix. 2. Define your variables in a .env file. For example: REACT_APP_SECRET=secret_value. To access these variables in your application: 3. Use process.env followed by the variable name, like process.env.REACT_APP_SECRET. Remember, when using Create React App, you don't need to explicitly import environment variables. They are automatically available. Whether you're using Vite or Create React App, managing environment variables allows you to securely handle sensitive information and configuration settings in your applications. Make sure to follow the appropriate syntax for your chosen development environment! 🛠️ 🔐 #React #EnvironmentVariables #Vite #CreateReactApp #WebDevelopment
3
214
Let's get started! Coding with @maxedapps today! #createReactApp #reactjs
Publicly committing to 5 hours of ReactJS training per week.
3
431
9 Oct 2023
Day 96 | #100DaysOfCode Was asked by a friend to set up a website for their business. Always a learning experience, I've decided to teach myself @tailwindcss through this project. Setup the repository and got the project started with @createreactapp
1
3
93
22 Jul 2023
「CreateReactAppは もう終わり」で川柳になるということを学んだ朝👩‍🎓
3
261
React se sentait lent ⚡️ Create React App l'a aidé mais le rendait comateux 😴 Puis Vite est arrivé, rapide comme l'éclair ⚡️ Plus de temps de démarrage interminable ! Vite est désormais le meilleur ami de React pour un dév efficace ⚡️ #reactjs #createReactApp #vite
2
58
👀 Want to start a new React project quickly and efficiently? Check out Vite as a viable alternative to Create React App. With its focus on speed and productivity, 🚀 it's definitely worth considering for your next project. luketheweb.dev/blog/what-is-… #React #Vite #CreateReactApp

1
2
223
We use currently #createreactapp, which is not the best option. what is the best, in your opinion, for the news reader app: - Stay PWA and migrate to @vite_js - Render stuff on the server and migrate to @nextjs? What experience do you have migrating from CRA? #buildinpublic
2
4
133