Hope you all enjoy Astro as much as I do 🥰 It's such a powerful framework, and I think it's only going to get better and better!
@gameboyv1790 Жыл бұрын
Awesome tutorial. Thanks!
@talkdatrue Жыл бұрын
What browser are you using?
@WorkersDesk Жыл бұрын
No hard feelings buddy but IMHO 11ty rules
@adriablancafort Жыл бұрын
Thank you very much! I LOVE astro, use it in a lot of my projects and in my opinion it's going to become something big. Your videos covering astro are awesome and very necessary in my opinion.
@JamesQQuick Жыл бұрын
@@talkdatrueThis is the Arc Browser. It's pretty neat!
@anony88 Жыл бұрын
Employers right now are already typing "Experience Required: Astro - 6 years"
@ankushkuchankar55 Жыл бұрын
😂😂😂😂😂
@redgeburns7635 Жыл бұрын
😅😅😂😂😂
@alexanderkomanov4151 Жыл бұрын
😂😂😂😂😂😂😂
@addytechie6948 Жыл бұрын
😂😂😂😂
@JamesQQuick Жыл бұрын
lmaooo spot on!
@mayurbhirud7998 Жыл бұрын
Most revolutionary framework ever❤
@ichiroutakashima4503 Жыл бұрын
This is a good introduction. Might purchase the full course some time soon. I really feel like Astro is the better NextJS.
@iGhostr Жыл бұрын
Are they even comparable?
@JamesQQuick Жыл бұрын
Let me know if there are any questions about the full course I can answer for you!
@JamesQQuick Жыл бұрын
Moreso than you might think :)@@iGhostr
@iGhostr Жыл бұрын
@@JamesQQuick cool, I thought Astro is just for static site creation with very fast performance
@JamesJosephFinn5 ай бұрын
@@iGhostrIn my novice understanding, SSGs as a class all have good performance; so the fact that’s it’s an SSG is not what sets Astro apart. It’s the fact that it’s an SSG that’s also capable of / extensible to SSR which makes it uniquely functional as an all-purpose website builder.
@Art-y2k Жыл бұрын
Love James he's such a good instructor
@freecodecamp Жыл бұрын
Agreed.
@JamesQQuick Жыл бұрын
Thank you so much!
@scigama718 ай бұрын
Agreed
@iga17207 ай бұрын
Thank you, was stuck with unprofessionally written code for months and struggled with reading the documentation. The video made everything clear. Works perfectly.
@calebefant7 ай бұрын
Oh yeah, I have problems with getting stuck on it as well.
@kinkyolga9668 Жыл бұрын
Love Astro!!!!
@richardbray Жыл бұрын
Yess James 🔥🔥🔥
@JamesQQuick Жыл бұрын
YEAHHHH!!
@JeffrinJ2 ай бұрын
Amazing tutorial!
@yvonvieville10 ай бұрын
a really interesting video ! You're a great instructor, thanks
@doriomer Жыл бұрын
Following the tut import component ended with an ERROR : error: Cannot find module 'astro:assets' After pulling my hair i've finaly found solution that works for me: 1. Open file 'astro.config.mjs' 2. Add to experimental Object assets: true 3. export default defineConfig ( { integrations: [tailwind()], experimental: { viewTransitions: true, assets: true }, })
@juanvieira82492 ай бұрын
Great video, thank you! One thing I don't think it was clear enough is the 'why' would we want SSR vs SSG. In this example, SSG seemed perfectly fine. And what about ISR? Does it exist on Astro and would it make sense for a blog app? Thank you
@jmora71012 ай бұрын
me too, in what scenarios we would want SSR vs SSG?
@nielslytzdk10 ай бұрын
Very nice tutorial, you do a super job and thanks for that! I don't have the "download directory" option in Github, do you have to pay for that feature to be enabled?
@BobbyBundlez8 ай бұрын
for the creating dynamic routes i thought you could do something like [...slug].astro no?
@dhanushm444 Жыл бұрын
மகிழ்ச்சி ❤❤❤
@f.t.58599 ай бұрын
This crash course looks like a storm of confusion and doubts.
@brandonzane519 Жыл бұрын
That was a Quick course
@freecodecamp Жыл бұрын
🤣
@JamesQQuick Жыл бұрын
nicely done! 🤣
@Tronki4 ай бұрын
@jamesQQuick really nice video, but i want your terminal intelisense how did you set that up
@MichaelAlhilly9 ай бұрын
Great tutorial! Thanks!
@henriqueamaral40178 ай бұрын
40:22 It doesn't work that way, because PostList component should not be inside a "map". But you still did pretend that it worked.
@lowlydeveloper36933 ай бұрын
Yes, I see what you're saying. Do you have a suggestion of how the code should be corrected?
@MrJfergs11 ай бұрын
Is this still applicable to Astro 4.0?
@foupax9 ай бұрын
Thanks to upgrade to V4.
@druzlee19 ай бұрын
in my case when i deploy in minute @1:14:46 i have a problem with the image not found what type of problem should be?
@shrdn29607 ай бұрын
Same, didn't look into it yet though. You found out why?
@abhikbanerjee3719 Жыл бұрын
"Dwight Schrute" at @28:22? IDENTITY THEFT IS NOT A JOKE JAMES!!
@JamesQQuick Жыл бұрын
lmaooo sorry!!
@SametSamyeli10 ай бұрын
Where are you copying the codes from? Can you put a link? (Components/Header - H1 etc.)
@elvisfeagin21453 ай бұрын
At this point, I believe, James wants you to buy the full course...
@vedadtr35099 ай бұрын
Where can we find the Header code you paste ? Github only provides the completed result
@waifucodes Жыл бұрын
i would love a remix crash course
@tresero28627 ай бұрын
Maybe something changed in V4, but 'CollectionEntry' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled. is an error I get. Also, Images isn't working. Image's and getImage's src parameter must be an imported image or an URL, it cannot be a string filepath. Received ./images/Truss down.jpg.
@MatheusEstevao-X6 ай бұрын
wich browser is he using?
@alwayssomewhere716 Жыл бұрын
great tutorial, where do I get the API key
@Feenskee Жыл бұрын
Astro's beautiful
@tnypxl Жыл бұрын
Can it not do traditional web applications? Can someone explain why its NOT good for web app development?
@davor-debrecin11 ай бұрын
You can, but then you’re just better off with some other framework if you’re building a SaaS, since you’re not concerned about quick loading of content.
@tnypxl11 ай бұрын
@@davor-debrecin I didn't know SaaS apps were absolved from caring about quick loading content. Why wouldn't I want everything to load fast in a SaaS?
@BobbyBundlez8 ай бұрын
its for statically generated websites. not dynamic ones that web apps almost always use its like gatsby. Ssg (static site generator)
@alexanderkomanov4151 Жыл бұрын
Thanks!!!
@bdbikepagla8962 Жыл бұрын
😂😢😮😅😊
@philip967711 ай бұрын
my tailwind is not loading i followed the instrucitons in the setup but it still doesnt load, no errors when i run npm run dev or in console. the classes are ofcourse in the html but no styling
@grotsunfull Жыл бұрын
Nice!
@mfadhilal-fatih1427Ай бұрын
Is this the end game?
@chadjones4255 Жыл бұрын
I wish there was a non-typescript version of this course. I'm not a fan of typescript.
@fullpreteristnow11 ай бұрын
Don't include Typescript and either keep your styles as they were in the original setup or import then all from one file. Other than that, you don't need to really know anything different.
@innocent31635 ай бұрын
When I go to apply for a job, it’s required 6+ years experience 😢
@piyusharyaprakash4365 Жыл бұрын
What browser is he using ?
@JamesQQuick Жыл бұрын
This is the Arc browser
@nomad100hd Жыл бұрын
The Astro ext is broken
@prabhakaran5083 Жыл бұрын
❤❤❤
@MolivH82 ай бұрын
If you know Astro or any of the concepts then you will understand the code and why the guy is doing all the stuff. But if you expect him to explain to you what the stuff mean or to learn something more thank you already know this is not the video for you. This is not a COURSE, it's more like CODE WITH ME video and that's it.
@soumadip_banerjee Жыл бұрын
💖
@nurbolatsansyzbay9998 Жыл бұрын
another new javascript framework
@JamesQQuick Жыл бұрын
Too many right? lol
@jay__762 Жыл бұрын
Hey is having a degree is necessary to get a web developer job 😢
@santoshmore2953 Жыл бұрын
Nope
@cslearn3044 Жыл бұрын
Naw, doubt anyone cares, but it can help. In the end all it matters is skill, not matter what coding field
@perezident14 Жыл бұрын
A degree will make your initial job hunt easier, but 100% possible to get a job without one.
@ZeyadMohamed-xs9ew Жыл бұрын
It depends on where you are from.
@jay__762 Жыл бұрын
@@ZeyadMohamed-xs9ew 🇮🇳
@amanjotsingh0019 ай бұрын
how can i use a bootstrap theme i bought with astro?
@KOBE42__4 ай бұрын
You can but Bootsrap isn’t the best CSS framework anymore. You’d be better of learning Tailwind at this point.
@Ramzankhan-ql4nt Жыл бұрын
Hi ,very good i need course of searched clients Mean clients hunting crash course for every purpose with extremely deeply techniques and things which you know and even have made anyone this course tell me. Thanks ❤❤❤
@PoeTracy-c7bАй бұрын
Lois Points
@isaacmandell-seaver7223 Жыл бұрын
Jacksflims
@DavidSparks-f6bАй бұрын
Schoen Fort
@sotecluxan4221 Жыл бұрын
Oooo....
@oosmanbeekawoo Жыл бұрын
Haha! “No views”
@MrBrady958 ай бұрын
In my opinion, you need to indicate that it is a 'crash course' for intermediate-advanced level programmers. For me it was another huge waste of time and I realized this at about @38:00 minutes into the video. Normally I'd say, 'thanks for offering the free content' but times are evolving. I'm actually recognizing that I'm spending pretty much all of my time, simply "parroting" what an instructor does in their code editor. Respectfully, but unapologetically giving this a thumbs down.
@KOBE42__4 ай бұрын
It’s called tutorial hell. I have been a victim of that too, I think most people do at some stage. It is difficult to find something challenging enough to learn but not too difficult that you just get more confused. This tutorial got really confusing for me also at around that time. I think my lack of understanding key concepts of these types of frameworks is what’s making it hard to learn properly. I’d imagine someone with proficiency in React or Vue would easily grasp Astro.
@AndreiGeorgescu-j9p3 ай бұрын
Seriously? In what world is this intermediate or advanced??? I'd hardly even call this programming, much less advanced programming 🤣.
@nickdhrones64258 ай бұрын
I'm a noob with respect to Web-Dev. I was loving Astro and this content until Tailwind was applied. Lost me! If that's what the course is about, I'm out!
@musilicks9 ай бұрын
Im sorry but I can’t trust anyone that pronounced favicon like that……..
@BobbyBundlez8 ай бұрын
I pronounce is favicon. not like faveicon (favorite)... can't find timestamp for this lol so which way does he say it?