Remix.run Guides
About this course
Everything you need to work efficiently with Remix.run web development framework for Javascript.
What learners say
AI summaryLearners find the tutorials clear, well-explained, and highly useful for understanding Remix concepts like routing, forms, and authentication. The creator's use of diagrams and step-by-step explanations is frequently praised as a standout feature.
What learners praise
- clear explanations with diagrams
- practical and immediately useful
- covers routing, forms, and auth well
- helps bridge gaps in official docs
Common caveats
- some viewers want larger font
- a few request more advanced topics (e.g., file uploads, multiple forms, deployment)
- occasional confusion about version compatibility
AI-generated from 97 viewer comments on YouTube โ it summarizes outside comments and is not a CourseShelf review.
Community Reviews
Honest feedback from learners like you
Sign in to review this course.
No reviews yet for this course.
Related Courses
React Tutorial Full Course - Beginner to Pro (React 19, 2025)
BeginnerIn this React tutorial and React full course, build websites and projects with React. React Premium Course: https://courses.supersimple.dev/courses/react Frontend Bundle (React, JS, HTML CSS): https://courses.supersimple.dev/bundles/frontend-bundle Membership: https://youtube.com/@SuperSimpleDev/join or https://member.supersimple.dev (10% OFF the USD price) Links in this course: https://github.com/SuperSimpleDev/react-course/blob/main/1-links.md Exercise solutions: https://github.com/SuperSimpleDev/react-course/tree/main/1-exercise-solutions Copy of the code: https://github.com/SuperSimpleDev/react-course/tree/main/2-copy-of-code Troubleshooting: https://github.com/SuperSimpleDev/react-course/blob/main/2-troubleshooting.md ๐ Premium Courses (get a certificate, better learning experience, support SuperSimpleDev โค๏ธ) Frontend Bundle (React, JS, HTML CSS): https://courses.supersimple.dev/bundles/frontend-bundle React Premium Course: https://courses.supersimple.dev/courses/react JavaScript Premium Course: https://courses.supersimple.dev/courses/javascript HTML CSS Premium Course: https://courses.supersimple.dev/courses/html-css Sections: 0:00 Intro 1:20 1. React Basics, JSX 40:16 2. Components, Props, Start the Chatbot Project 1:36:49 3. State, Event Handlers, Chatbot Project Features 2:42:41 4. CSS with React, Hooks, Finish Chatbot Project 3:48:49 5. Proper React Setup with Vite 4:59:29 6. React Router, Git, Start the Ecommerce Project 6:09:59 7. React with Backend, Data Fetching, Load Ecommerce Project Data 8:00:58 8. Data Mutation, Update Ecommerce Project Data 8:50:10 9. Automated Tests in React with Vitest 9:50:31 10. Deploy React to the Internet, Intro to AWS 10:41:06 11. React 19 Updates 10:50:13 TypeScript with React 11:24:12 AI with React 11:31:09 Conclusion and Next Steps Additional information: This React tutorial and React full course is a project based series of React tutorials for software engineers. Each React tutorial builds on a project and provides some React exercises to practice what we learned. By the end, we'll learn how to create complex websites and projects with React, JavaScript, HTML, and CSS, which will help you become a web developer and software engineer. #react #supersimpledev #reactcourse #reacttutorial #reactjs #javascript #html #css #webdevelopment #webdeveloper #softwaredeveloper #softwaredevelopment #coding #codingtutorial #softwareengineer #softwareengineering #learntocode
Build and Deploy an N8N & Zapier Clone | Next.js 15, React, Better Auth, Polar | Full Course 2025
Intermediate๐ป Source Code: https://cwa.run/nodebase ๐จ Free Assets: https://cwa.run/node-assets ๐ฅ Part 2: https://youtu.be/S-4DrLHtL1s?si=n4a7jM4FUWf9NN32 ๐ Resources: Try Inngest: https://cwa.run/node-inngest Try Polar: https://cwa.run/node-polar Try Better Auth: https://cwa.run/node-auth Try Sentry: https://cwa.run/sentry Try CodeRabbit: https://cwa.run/node-rabbit Try Neon: https://cwa.run/node-neon In this tutorial, we're building Nodebase, a complete workflow automation platform from scratch. You'll learn how to create a visual drag-and-drop canvas for building workflows, integrate multiple triggers and AI providers, handle background job execution, and build a full SaaS business layer with authentication, subscriptions, and paywalls. We'll also cover error tracking with AI monitoring and a professional Git workflow with AI-powered code reviews. Key features: ๐ Visual workflow builder ๐ฏ Trigger nodes (Webhook, Google Form, Stripe, Manual) ๐ค AI integrations (OpenAI, Claude, Gemini) ๐ฌ Messaging nodes (Discord, Slack) ๐ HTTP request node โก Background job execution with Inngest ๐ณ Polar payments & subscriptions ๐ Better Auth authentication ๐จ React Flow canvas ๐๏ธ Prisma ORM + Neon Postgres ๐ Type safety with TypeScript + tRPC ๐ Sentry error tracking + AI monitoring ๐งโ๐ป CodeRabbit PR reviews ๐ Next.js 15 App Router ๐ฑ Production-ready SaaS Timestamps 00:00 Intro 06:05 01 Setup 29:33 02 Database 56:15 03 tRPC Setup 01:35:21 04 Authentication 02:37:24 05 Theme & Styling 02:55:05 06 Background Jobs 03:28:09 07 AI Providers 04:01:53 08 Error Tracking 04:27:54 09 Sidebar Layout 05:06:26 10 Payments Setup 05:44:04 11 Workflows Crud 06:45:20 12 Workflows Pagination 07:34:34 13 Workflows UI 08:23:40 14 Workflow Page 08:59:36 15 Editor Setup 09:50:42 16 Node Selector 10:40:32 17 Editor State 11:59:20 End of Part 1
ReactJS Full Course | ReactJS - Learn Everything | Sheryians Coding School
BeginnerThis is the ReactJS Full Course | Learn Everything from Scratch to Advanced, your complete guide to mastering React in one video. Weโll start with the basics like components, JSX, props, and state, then move to advanced topics like hooks, context API, routing, and real project setups. By the end, youโll understand how React really works and how to build production-ready apps confidently. ๐ Whatโs Inside: - React fundamentals (JSX, Props, State) - Hooks and Context API - Routing and API Integration - Folder structure and best practices - Real-world project demo ๐ป Source Code: Access the complete source code of this video here โ https://github.com/saarthack/react-yt If you learned something new, like, comment, and subscribe for more frontend content. Letโs make coding fun and creative ๐ Instructor in this video: Sarthak Sharma Don't forget to LIKE ๐ this video, SUBSCRIBE ๐ for more Web Development tutorials, and COMMENT below if you have any questions or suggestions! ๐ Visit Our Website - https://sheryians.com/ Chapters - 00:00:00 - Introduction 00:01:10 - React Overview 00:17:48 - Import & Export 00:28:47 - Real DOM vs Virtual DOM 00:36:42 - Setting Up React with Vite 01:06:28 - Components Explained 01:26:02 - Understanding Props 01:47:37 - Mini Projects using Props 02:50:43 - Styling with CSS 03:06:48 - Intro to Tailwind CSS 03:18:23 - UI Design Project 04:30:51 - Working with Functions 04:56:23 - Understanding Hooks 05:12:10 - Advanced State Management 05:55:58 - Form Handling in React 06:03:20 - Two-Way Data Binding 06:15:46 - Notes App Project 07:21:25 - Using LocalStorage 07:33:35 - API Calls in React 07:54:37 - useEffect Hook Explained 08:17:01 - Gallery Project 09:15:20 - React Router DOM Basics 09:42:16 - Advanced Routing 10:26:36 - Bonus Concepts 10:36:43 - Context API Introduction 10:44:18 - Children as Props 10:57:11 - Context API in Action 11:15:13 - Outro Socials: ๐ท Instagram: https://www.instagram.com/sheryians_coding_school/ ๐ Facebook: https://www.facebook.com/sheryians.community ๐ Telegram: https://t.me/sheryiansCommunity ๐ผ LinkedIn: https://in.linkedin.com/company/the-sheryians-coding-school ๐ฎ Discord: https://discord.gg/Au3TquBarQ Peace out โ #sheryianscodingschool #sheryians #code #coding #jobs #reactjs #mernstack #mern #web #reactjscourse #tutorial #creativewebdevelopment #webdevelopment #functionalwebdevelopment #thebasics #mernstack #jslogic #javascriptlogics
Rust Tutorial For PHP and JavaScript Developers
Beginnerโค๏ธ sponsor this channel: https://nunomaduro.com/sponsorships ๐๐ป this video was made possible by: ๐ฐ coderabbit / ai code reviews with instant feedback on pull requests: https://coderabbit.link/nunomaduro ๐ด redberry / work with the best laravel digital agency: https://redberry.international/?ref=nunomaduro ๐ ๏ธ jetbrains / code with phpstorm for world-class php development: https://jb.gg/nuno โก๏ธ typesense / cutting-edge, in-memory search engine for mere mortals: https://typesense.org/?ref=nunomaduro ๐ serpapi / instantly access real-time search data from Google, Amazon, and more: https://serpapi.com/?ref=nunomaduro ๐ bento / the best way to send email with AI: https://bentonow.com/?ref=nunomaduro ๐ฃ๏ธ tts at $5 / donations: https://streamlabs.com/nunomaduro/tip โจ socials: x: https://x.com/enunomaduro website: https://nunomaduro.com twitch: https://twitch.tv/nunomaduro tiktok: https://tiktok.com/@enunomaduro linkedin: https://linkedin.com/in/nunomaduro instagram: https://instagram.com/enunomaduro #laravel #php #ai #claudecode #vibecoding #coding #webdev #programming #aicoding
Next.js 16 Full Course | Build and Deploy a Production-Ready Full Stack App
IntermediateIn this course, youโll master Next.js 16, the latest version of the official React framework, and learn how to build powerful, full-stack applications using its new caching and performance features. Youโll put your skills into practice by creating and deploying a Dev Event Platform, a modern app where users can browse, create, and manage events. PostHog: https://jsm.dev/devevent-posthog WebStorm: https://jsm.dev/devevent-webstorm Junie AI: https://jsm.dev/devevent-junie Warp: https://jsm.dev/devevent-warp CodeRabbit: https://jsm.dev/devevent-coderabbit CodeRabbit CLI: https://jsm.dev/devevent-coderabbitcli Cloudinary: https://jsm.dev/devevent-cloudinary The Complete Testing Course is LIVE. ๐ฅ Bundle up now before the deal expires and get 33% Offโผ ๐ https://jsm.dev/devevent-testing ๐ GSAP Pro Course (includes GTAVI Website): https://jsm.dev/devevent-gsap ๐ Three.js 3D Pro Course: https://jsm.dev/devevent-threejs ๐ JavaScript Pro Course: https://jsm.dev/devevent-cpjsm ๐ Launch Your SaaS Pro Course: https://jsm.dev/devevent-saas โผย If the links arenโt working for you, please try using a VPN (e.g., in Nigeria) ๐ FREE Video Kit (Code, Figma, Assets, Etc.): https://jsm.dev/devevent-kit ๐ Backend Pro Course Waitlist: https://jsm.dev/devevent-backpro ๐ AI Development Pro Course Waitlist: https://jsm.dev/devevent-aipro ๐ Tailwind Pro Course Waitlist: https://jsm.dev/devevent-twpro ๐ React.js Pro Course Waitlist: https://jsm.dev/devevent-reactpro ๐ React Native Pro Course Waitlist: https://jsm.dev/devevent-nativepro Rate us on TrustPilot: https://jsm.dev/trustpilot https://discord.com/invite/n6EdbFJ https://twitter.com/jsmasterypro https://instagram.com/javascriptmastery https://linkedin.com/company/javascriptmastery Business Inquiries: contact@jsmastery.pro Time Stamps: 00:00:00 โ Introduction 00:04:09 โ Crash Course Intro 00:08:30 โ Installation 00:11:45 โ Project Structure 00:14:19 โ App Router 00:17:16 โ React Client & Server Components 00:23:40 โ Routing 00:42:42 โ Data Fetching 00:48:53 โ API Routes 00:52:45 โ Caching 00:56:05 โ Build Adapters API 00:57:24 โ Metadata 01:01:23 โ Theory to Practice โ โ โ 01:02:48 โ Project Setup 01:18:01 โ Homepage 01:41:35 โ PostHog Setup 01:50:21 โ MongoDB Setup 01:52:57 โ Warp Setup 01:56:46 โ Database Models & Connection 02:09:36 โ CodeRabbit 02:16:11 โ API Routes 02:27:03 โ Image Upload 02:37:51 โ Fetch API Routes 02:54:47 โ Event Details Page 03:14:34 โ Server Actions 03:28:05 โ Caching 03:39:46 โ PostHog: Booking Action & Tracking 03:54:05 โ Deployment 03:58:15 โ Outro
React Native Full Course 2026 | Build, Publish and Monetize a Full Stack Mobile App to App Store
IntermediateIn this video, you'll bridge the gap between web and mobile with an intensive crash course on React Native fundamentals and modern features like file-based routing and server components. Then, youโll build Recurrly, a subscription tracker using Expo. Youโll implement essential real-world features before taking the leap that most tutorials skip: publishing your app to the Apple App Store and Google Play Store so you can actually start monetizing your work. Expo: https://jsm.dev/nativesub-expo Expo EAS : https://jsm.dev/nativesub-eas Clerk: https://jsm.dev/nativesub-clerk PostHog: https://jsm.dev/nativesub-posthog CodeRabbit: https://jsm.dev/nativesub-coderabbit Junie AI: https://jsm.dev/nativesub-junie WebStorm: https://jsm.dev/nativesub-webstorm ๐ Join the AI Course Waitlist: https://jsm.dev/nativesub-agentic ๐ Join the React Native Course Waitlist: https://jsm.dev/nativesub-native ๐ Video Kit (Code, Assets, Prompts): https://jsm.dev/nativesub-kit โญ Join JS Mastery Pro: https://jsm.dev/nativesub-jsm โค Links not working? Some regions may need a VPN. https://discord.com/invite/n6EdbFJ https://twitter.com/jsmasterypro https://instagram.com/javascriptmastery https://linkedin.com/company/javascriptmastery Business Inquiries: contact@jsmastery.pro Timestamps: 00:00:00 โ Introduction 00:03:19 โ Crash Course 00:13:14 โ Fundamentals 00:23:44 โ Project Setup 00:35:19 โ Setup Styling (Nativewind) 00:45:17 โ Routing & Navigation 01:03:10 โ Tab Navigation 01:27:55 โ Custom Fonts 01:36:11 โ Home UI 02:24:13 โ Clerk Setup 02:28:37 โ Authentication 02:53:40 โ PostHog 03:05:44 โ Subscription Tab 03:10:16 โ Create Subscriptions 03:13:57 โ PostHog Custom Events 03:26:04 โ EAS Build & Deploy 03:39:39 โ Closing & What's Next