The tech stack I used to build my productivity app (Firebase, React and Swift)
HTML-код
- Опубликовано: 10 фев 2025
- Hi my name is Chris and I'm documenting my experience building a productivity app called Ellie 👋
In this video I talk about the tech stack I used to build my productivity app (React, Swift and Firebase) and why I chose what I chose. Let me know if you have any other questions I can answer!
Check out my Twitter and Tiktok where I post way more frequently and build in public 👇
Twitter/X:
/ raroque
TikTok:
/ chris.raroque
Ellie: ellieplanner.com/
► Music Credit: LAKEY INSPIRED
Track Name: "Blue Boi"
Music By: LAKEY INSPIRED @
/ lakeyinspired
Original upload HERE -
• LAKEY INSPIRED - Blue Boi
Official "LAKEY INSPIRED" RUclips Channel HERE -
/ @lakeyinspired
License for commercial use: Creative Commons Attribution 3.0 Unported "Share Alike" (CC BY-SA 3.0) License.
Full License HERE - creativecommon....
Music promoted by NCM goo.gl/fh3rEJ
Great video bro. Love seeing you talk about the BTS of your startup.
Thank you! will try to post more BTS content :)
Loving the fact a 'tech stack' video is being done in a Kitche-esque environment :D
love it! Using the same tech stack for Clozzie but just with react native instead of swift.
appreciate it! and thats awesome, how are you liking RN? :)
@@raroque personally really enjoy it!
hello just got the ellie app on iPad loooks good and awesome. Thanks a lot and if possible can you make a video on complete flow of a project from starting to publishing…? it would be a great topic. thanks 🎉
Bro i use React for web frontend with TypeScript, and Backend with TypeScript Bun, and for Mobile I use React-Native with TypeScript and for Desktop app also Electron with Typescript.
Nice stack! I’ve heard of Bun but haven’t locked into it too much, why did you choose it? And how have you found RN?
@@raroque I choosed Bun becuase of its TypeScript support. Its gives you out of the box support. And also React native for developing iOS and Android App with single codebase only..
And the main reason i choose that stack becuase of my ability of doing things on JavaScript/ TypeScript. Thats my domain.
Hey man can you do a tutorial series of how to make a different app with all the things you talk about in this video?
I have another app I've been wanting to build, might use that to do a series like this in the future :)
i like the format!! :D
tyty! :D
thanks for the video! what are you using up to package the react for hosting? Webpack, vitejs, etc?
For sure! Using Vercel which makes things easy for hosting and this is just the default Create React App (which I believe uses webpack and some other stuff?)
not sure i would use CRA for future projects though, likely will explore something like vite bc i've heard good things
@@raroque yeah I'm in a similar boat. Started getting into React when webpack or CRA was THE thing. And now getting back into frontend and there are so many different suggested frameworks or libraries xD
How did you replicate your react front end into swift or was it vice versa?
From scratch haha
I had to code everything from scratch in Swift/SwiftUI after the React app was done
@@raroque I was hoping for some secret sauce because I'm doing the same thing right now. Hats off to you for going through that traumatic experience lol