Very cool, I'll have to check this out. Side note: I want to give a massive thanks to Brad. A few years ago I was being paid to create engineering documentation and hating my work life every day. I wanted to fix some of the data processing/management issues within our department. After watching several of Brad's videos and taking his React Front-to-Back course, I'm now the Tech Lead for Tools development and leading a team of almost 15 people. Needless to say, this is much more enjoyable work and now I've shared Brad's videos with my entire team!
If you are using create-remix in more recent times, when create-remix prompts you with: "What type of app do you want to create?" you have to choose: "Just the basics", in order to follow along with this tutorial.
hi i just wanted to let you know that, all your videos are extremely densely packed .Which means at whatever level a viewer is, there is always sth new to learn. Even if i didnt learn anything new, i love your coding style and always try to implement your techniques in general. Your videos are great ! Very compact and concise tutorial .
Hey Vivek! Do you usually learn through these online tutorials ? Have you created any projects? Would you be interested in exploring opportunities in web development?
26:00 on the laoder part, The Module useLouderData is not importing and throws error (No matching export in "node_modules/remix/esm/index.js" for import "useLouderData" ) ? How can i solve that ??
Hey Brad, I’m beginning to work on a personal site, and was originally building in NextJS, but this definitely seems like it has a lot of promise. There aren’t a lot of tutorials out there currently for Remix, though. Were you planning on diving deeper into remix, maybe creating a course similar to your nextjs course? Would be very interested! Also would love to hear your thoughts on this vs NextJS!
As always: Thanks, Brad! [And in case this helps anyone: Working on 03-IV-2022 with @latest -- from the docs, "...the v1 stable release of Remix" -- at about 34:20 I got a build error because redirect was not in 'remix'; I had to import it from "@remix-run/node".]
There was a problem with the file config in the node_modules/ browser/ index, something to do with "./client ./server and ./platform it would not launch in dev mode. it would only show in production. Does anyone else had that problem?
Good crash course 👌👌. I have a question, though. I noticed you're not using Arrow functions to write components in the routes, while the loader functions are arrow functions. Any specific reason?
Hey Sriram! Do you usually learn through these online tutorials ? Have you created any projects? Would you be interested in exploring opportunities in web development?
ISN'T SPA's main selling point that you don't have to load another page,but just render some data by making an API request? How is fullstack framework not an SPA?
If you have JavaScript enabled, Remix will server render the initial document request. After that, any navigation to other routes or form submits will use the fetch API, so no page reloads. The beauty of Remix is that your app will still continue to function even if you don't have JavaScript enabled. BTW: Here's a secret. Brad's whole demo didn't use any JavaScript on the client. Everything was done using the native capabilities of the browser and the server. To add scripts, you just add the component to your route (typically in your root route). Remix will then do things like preload scripts when you hover over a link, etc.
Hey Anil! Do you usually learn through these online tutorials ? Have you created any projects? Would you be interested in exploring opportunities in web development?
Hae traversy your service worker tutorial really helped me build a functional pwa.Would mind updating it ,all vanilla.js with custom plugins.like max entries or deleting cache.
No it is not necessary especially where it is so new, however it allows you to build full stack apps in an easier way. I think SPAs will become less popular in the future and we will be rendering on the server-side
can you please do something with storybook and component driven design in angular. there are so many tutorials but they don't come close to your style of teaching please 🙏👏
Hey everyone. part 2 is available at the link below. We add validation and user authentication
th-cam.com/video/wEoktJMSWLY/w-d-xo.html
thank you!!!
Thank you so much👍🙏
Thanks for this Brad! Really well done 👏👏
Thanks so much 😊 Great stuff
Remix is so awesome . Thanks for creating it.
hopefully remix will be free. the license is too exp to me 🤣
@@marcodev3375 it's free now.
@@michaelfrieze oh really? 😀 But I didn't see the license on the official web 🤔
Very cool, I'll have to check this out. Side note: I want to give a massive thanks to Brad. A few years ago I was being paid to create engineering documentation and hating my work life every day. I wanted to fix some of the data processing/management issues within our department. After watching several of Brad's videos and taking his React Front-to-Back course, I'm now the Tech Lead for Tools development and leading a team of almost 15 people. Needless to say, this is much more enjoyable work and now I've shared Brad's videos with my entire team!
If you are using create-remix in more recent times, when create-remix prompts you with:
"What type of app do you want to create?"
you have to choose: "Just the basics",
in order to follow along with this tutorial.
love your courses, I became a self-thought because of your courses, I can't thanks you enough
That's awesome. Thanks for watching my stuff :) Glad it helped
self-thought ? what the hell does that mean ? 🤔
@shareef Ullah maybe he meant thought only 😂😂😂
He is the best and his courses motivate me to start coding specifically on React!! thank you so much for your hard work and dedication :)
Traverse media have helped a lot of developers and I'm deeply grateful for everything he has done especially in my life.
Thank you so much for making this video - it answered so many questions I had after a couple days of playing around with Remix.
hi i just wanted to let you know that, all your videos are extremely densely packed .Which means at whatever level a viewer is, there is always sth new to learn. Even if i didnt learn anything new, i love your coding style and always try to implement your techniques in general. Your videos are great ! Very compact and concise tutorial .
All that in roughly an hour - insane! I love where Remix is taking us and this also is a really good tutorial to get started with it. Many thanks! 🙏
I was waiting. But already learned it by docs. However I am going to watch the full video ♥️♥️
Always a delight watching your course. Thanks for uploading such great content.
Hi Brad, thank you so much for making this video so simple to understand about Remix. As always you are amazing 🙏🏽
Best teacher I’ve meet my entire life
He is the best teacher for me. He teach you everything you need to know of coding thank you Brad!
I love your learning and teaching philosophy. Thank you for starting from scratch!
All your videos are really good. Nice intro, thanks.
This is brilliant. All your course doesn't intimidate us and makes feel like its all simple like html 🤣
Clicked on the video; paused; liked; clicked play. 🙏
thank you so much, you always bring me to the painless understand
now, i got the big picture of this framework
Awesome video Brad, thank you for sharing you knowledge and for the dedication to create great content
Beside the amazing courses, we rly love the intro backsound, calm and focus
Really great stuff! Thanks much for all your excellent videos in general. 🙏🏽
Thank you very much Sir, I was struggling with official docs and was waiting for your course to learn Remix 🙃
Hey Vivek Mishra! Are you a fresher and open to opportunities in web development currently? Have you created any projects in JavaScript frameworks?
Hey Vivek! Do you usually learn through these online tutorials ? Have you created any projects? Would you be interested in exploring opportunities in web development?
64 minutes to save me 64 hours... or more. Thank you.
I was curious to see Remix tutorial on your channel 😏 so here it is 😋
thank you so much for this remix and prisma tutorial, I just found out that I will need this
This video is awesome, but I feel like I NEED that Prisma one stat!!! 🤩😜 Can't wait to watch part 2
Dang...Brad comes in clutch. You love to see it
You're the best!
Remix looks awsome! I cant wait to start playing with it
26:00 on the laoder part, The Module useLouderData is not importing and throws error (No matching export in "node_modules/remix/esm/index.js" for import "useLouderData" ) ? How can i solve that ??
Great framework and great tutorial, thanks Brad
Thank you so much with this clear explanation and thank you Remix🤗
Awesome video, Can't wait for the second one
Hey Brad, I’m beginning to work on a personal site, and was originally building in NextJS, but this definitely seems like it has a lot of promise.
There aren’t a lot of tutorials out there currently for Remix, though. Were you planning on diving deeper into remix, maybe creating a course similar to your nextjs course? Would be very interested!
Also would love to hear your thoughts on this vs NextJS!
wow, brilliant as usual, thanks a ton!!
Hey Narayan! Are you a fresher and open to opportunities in web development currently? Have you created any projects in JavaScript frameworks?
Do anybody else got an "Form Data{}" instead of the RemixFormData when submitting the form? Any idea what may cause it ?
It's not empty, you just can't see it in the vs code terminal. If you try console logging formData.get('title') instead, then that will be output.
This remix looks great to me. It's a mix of react + nextjs on steroids
Can’t always wait to see ur notifications 🙏
As always: Thanks, Brad!
[And in case this helps anyone: Working on 03-IV-2022 with @latest -- from the docs, "...the v1 stable release of Remix" -- at about 34:20 I got a build error because redirect was not in 'remix'; I had to import it from "@remix-run/node".]
i got error even earlier at 11min, json looks different
Brad, thanks for making this! Will you eventually do a deployment video to Netlify?
I thought this was going to be an Ethereum Remix video by reading the title. I would love to see Brad do a blockchain crash course.
what is full stack in this context? I don't think you can use remix to create a full backend with api's and everything. or am I wrong?
Looks like I have a present! 🎄🎁
Hello.. Thanks for the great video! I have a question, can I use self made backend in remix instead of using prisma?
Is there a dependency that allows you to omit the import React from ‘react’ line? Or what allows that?
Nice dude!!! I can't into this now but when I do!!!!
There was a problem with the file config in the node_modules/ browser/ index, something to do with "./client ./server and ./platform it would not launch in dev mode. it would only show in production. Does anyone else had that problem?
Hi, why is my page refreshing when I change route? It do not happen in Next.js
Thanks for your course 🙂 I'm thinking for a course in my community as well
What vscode theme are u using?
I want to add links with rel=alternate with hreflangs with urls with parameters. how do I do that?
man, i have an error,
but all i typed was "npm run dev"
it says "TypeError: isbot is not a function"
can we still use react hooks i.e. useState UseContext useReducer and such or Redux?
Hey Brad what theme are you using for vscode? 🤨
Thanks, really informative.
How do you format the text like Markdown in the post body?
Thanks Brad for this tutorial
Good sharing!
Perfect Timing.
Hey Sriharsh! Have you ever taken the help of any tutorial to do a project? Would you be interested exploring opportunities in web development?
Good crash course 👌👌. I have a question, though. I noticed you're not using Arrow functions to write components in the routes, while the loader functions are arrow functions. Any specific reason?
Hey Sriram! Do you usually learn through these online tutorials ? Have you created any projects? Would you be interested in exploring opportunities in web development?
When svelte/sveltekit enters the room , poor react, angular, and vue bow down. Svelte is the future of the Web 4.0
does Remix work on arm macs?
Love it, thank you sir.
Thanks Brad 💝
Hey Ranjan! Have you ever taken the help of any tutorial to do a project? Would you be interested exploring opportunities in web development?
How do i set the title from route page?
Thank you brad!
Saw this technology yesterday on twitter
Looks like npx create-remix@latest changed a lot. File structure changed and there isn't even a styles folder
"so why are u learning this new framework even though you haven't finished your previous project?"
Me: "its the LAW!"
Good stuff!
This is some good shit. Thanks man
Hello. Can I use an express backend with remix
I'm sure you've found out by now, but yes you can
@@steveswanson6280 lol. Yeah
Do you prefer to pair Prisma with Next or Remix in building a fullstack app?
Can we host remix apps on cpanel also?
ISN'T SPA's main selling point that you don't have to load another page,but just render some data by making an API request? How is fullstack framework not an SPA?
If you have JavaScript enabled, Remix will server render the initial document request. After that, any navigation to other routes or form submits will use the fetch API, so no page reloads. The beauty of Remix is that your app will still continue to function even if you don't have JavaScript enabled.
BTW: Here's a secret. Brad's whole demo didn't use any JavaScript on the client. Everything was done using the native capabilities of the browser and the server. To add scripts, you just add the component to your route (typically in your root route). Remix will then do things like preload scripts when you hover over a link, etc.
PHP may be old, but it inspire many newer technologies
Thanks brad
Hey Anil! Do you usually learn through these online tutorials ? Have you created any projects? Would you be interested in exploring opportunities in web development?
Man, copilot must have watched one or two people follow this course before me...😏
Hae traversy your service worker tutorial really helped me build a functional pwa.Would mind updating it ,all vanilla.js with custom plugins.like max entries or deleting cache.
Brad is this necessary to learn as a react developer?
No it is not necessary especially where it is so new, however it allows you to build full stack apps in an easier way. I think SPAs will become less popular in the future and we will be rendering on the server-side
can you please do something with storybook and component driven design in angular. there are so many tutorials but they don't come close to your style of teaching please 🙏👏
Can I use the Remix with SASS files?
If "yes", that how?
BIG BIG LIKE 💜
Reminds me of Asp .Net Mvc.
thank you sir
waiting for the web devlopment in 2022 vid!!
learned a lot
OMG, another framework...
Hey Brad, we would like to have a microservices course based on MERN stacks
Perhaps time for an update. Thank you. 🙇♂
thanks
I have recently completed my Next Js crash course and now this 😔
2022 roadmap sir ??? any chances?
Yes of course. I plan on starting on it next week :)
REMIX ... is awesome .... so no need to have a saparate express server ?????? That is great !!!!!!!!! Looking for a full stack app tutorial on this :D
Hey Arvind! Are you a fresher and open to opportunities in web development currently? Have you created any projects in JavaScript frameworks?
Awesome 👍🏿👍🏿
want prisma tutorial.
Love from Pakistan...Accept it!
awesome