Astro Web Framework Crash Course

  Рет қаралды 115,599

freeCodeCamp.org

freeCodeCamp.org

Күн бұрын

Пікірлер: 110
@JamesQQuick
@JamesQQuick Жыл бұрын
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
@gameboyv1790 Жыл бұрын
Awesome tutorial. Thanks!
@talkdatrue
@talkdatrue Жыл бұрын
What browser are you using?
@WorkersDesk
@WorkersDesk Жыл бұрын
No hard feelings buddy but IMHO 11ty rules
@adriablancafort
@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
@JamesQQuick Жыл бұрын
@@talkdatrueThis is the Arc Browser. It's pretty neat!
@anony88
@anony88 Жыл бұрын
Employers right now are already typing "Experience Required: Astro - 6 years"
@ankushkuchankar55
@ankushkuchankar55 Жыл бұрын
😂😂😂😂😂
@redgeburns7635
@redgeburns7635 Жыл бұрын
😅😅😂😂😂
@alexanderkomanov4151
@alexanderkomanov4151 Жыл бұрын
😂😂😂😂😂😂😂
@addytechie6948
@addytechie6948 Жыл бұрын
😂😂😂😂
@JamesQQuick
@JamesQQuick Жыл бұрын
lmaooo spot on!
@mayurbhirud7998
@mayurbhirud7998 Жыл бұрын
Most revolutionary framework ever❤
@ichiroutakashima4503
@ichiroutakashima4503 Жыл бұрын
This is a good introduction. Might purchase the full course some time soon. I really feel like Astro is the better NextJS.
@iGhostr
@iGhostr Жыл бұрын
Are they even comparable?
@JamesQQuick
@JamesQQuick Жыл бұрын
Let me know if there are any questions about the full course I can answer for you!
@JamesQQuick
@JamesQQuick Жыл бұрын
Moreso than you might think :)@@iGhostr
@iGhostr
@iGhostr Жыл бұрын
@@JamesQQuick cool, I thought Astro is just for static site creation with very fast performance
@JamesJosephFinn
@JamesJosephFinn 5 ай бұрын
@@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
@Art-y2k Жыл бұрын
Love James he's such a good instructor
@freecodecamp
@freecodecamp Жыл бұрын
Agreed.
@JamesQQuick
@JamesQQuick Жыл бұрын
Thank you so much!
@scigama71
@scigama71 8 ай бұрын
Agreed
@iga1720
@iga1720 7 ай бұрын
Thank you, was stuck with unprofessionally written code for months and struggled with reading the documentation. The video made everything clear. Works perfectly.
@calebefant
@calebefant 7 ай бұрын
Oh yeah, I have problems with getting stuck on it as well.
@kinkyolga9668
@kinkyolga9668 Жыл бұрын
Love Astro!!!!
@richardbray
@richardbray Жыл бұрын
Yess James 🔥🔥🔥
@JamesQQuick
@JamesQQuick Жыл бұрын
YEAHHHH!!
@JeffrinJ
@JeffrinJ 2 ай бұрын
Amazing tutorial!
@yvonvieville
@yvonvieville 10 ай бұрын
a really interesting video ! You're a great instructor, thanks
@doriomer
@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 }, })
@juanvieira8249
@juanvieira8249 2 ай бұрын
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
@jmora7101
@jmora7101 2 ай бұрын
me too, in what scenarios we would want SSR vs SSG?
@nielslytzdk
@nielslytzdk 10 ай бұрын
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?
@BobbyBundlez
@BobbyBundlez 8 ай бұрын
for the creating dynamic routes i thought you could do something like [...slug].astro no?
@dhanushm444
@dhanushm444 Жыл бұрын
மகிழ்ச்சி ❤❤❤
@f.t.5859
@f.t.5859 9 ай бұрын
This crash course looks like a storm of confusion and doubts.
@brandonzane519
@brandonzane519 Жыл бұрын
That was a Quick course
@freecodecamp
@freecodecamp Жыл бұрын
🤣
@JamesQQuick
@JamesQQuick Жыл бұрын
nicely done! 🤣
@Tronki
@Tronki 4 ай бұрын
@jamesQQuick really nice video, but i want your terminal intelisense how did you set that up
@MichaelAlhilly
@MichaelAlhilly 9 ай бұрын
Great tutorial! Thanks!
@henriqueamaral4017
@henriqueamaral4017 8 ай бұрын
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.
@lowlydeveloper3693
@lowlydeveloper3693 3 ай бұрын
Yes, I see what you're saying. Do you have a suggestion of how the code should be corrected?
@MrJfergs
@MrJfergs 11 ай бұрын
Is this still applicable to Astro 4.0?
@foupax
@foupax 9 ай бұрын
Thanks to upgrade to V4.
@druzlee1
@druzlee1 9 ай бұрын
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?
@shrdn2960
@shrdn2960 7 ай бұрын
Same, didn't look into it yet though. You found out why?
@abhikbanerjee3719
@abhikbanerjee3719 Жыл бұрын
"Dwight Schrute" at @28:22? IDENTITY THEFT IS NOT A JOKE JAMES!!
@JamesQQuick
@JamesQQuick Жыл бұрын
lmaooo sorry!!
@SametSamyeli
@SametSamyeli 10 ай бұрын
Where are you copying the codes from? Can you put a link? (Components/Header - H1 etc.)
@elvisfeagin2145
@elvisfeagin2145 3 ай бұрын
At this point, I believe, James wants you to buy the full course...
@vedadtr3509
@vedadtr3509 9 ай бұрын
Where can we find the Header code you paste ? Github only provides the completed result
@waifucodes
@waifucodes Жыл бұрын
i would love a remix crash course
@tresero2862
@tresero2862 7 ай бұрын
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-X
@MatheusEstevao-X 6 ай бұрын
wich browser is he using?
@alwayssomewhere716
@alwayssomewhere716 Жыл бұрын
great tutorial, where do I get the API key
@Feenskee
@Feenskee Жыл бұрын
Astro's beautiful
@tnypxl
@tnypxl Жыл бұрын
Can it not do traditional web applications? Can someone explain why its NOT good for web app development?
@davor-debrecin
@davor-debrecin 11 ай бұрын
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.
@tnypxl
@tnypxl 11 ай бұрын
@@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?
@BobbyBundlez
@BobbyBundlez 8 ай бұрын
its for statically generated websites. not dynamic ones that web apps almost always use its like gatsby. Ssg (static site generator)
@alexanderkomanov4151
@alexanderkomanov4151 Жыл бұрын
Thanks!!!
@bdbikepagla8962
@bdbikepagla8962 Жыл бұрын
😂😢😮😅😊
@philip9677
@philip9677 11 ай бұрын
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
@grotsunfull Жыл бұрын
Nice!
@mfadhilal-fatih1427
@mfadhilal-fatih1427 Ай бұрын
Is this the end game?
@chadjones4255
@chadjones4255 Жыл бұрын
I wish there was a non-typescript version of this course. I'm not a fan of typescript.
@fullpreteristnow
@fullpreteristnow 11 ай бұрын
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.
@innocent3163
@innocent3163 5 ай бұрын
When I go to apply for a job, it’s required 6+ years experience 😢
@piyusharyaprakash4365
@piyusharyaprakash4365 Жыл бұрын
What browser is he using ?
@JamesQQuick
@JamesQQuick Жыл бұрын
This is the Arc browser
@nomad100hd
@nomad100hd Жыл бұрын
The Astro ext is broken
@prabhakaran5083
@prabhakaran5083 Жыл бұрын
❤❤❤
@MolivH8
@MolivH8 2 ай бұрын
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
@soumadip_banerjee Жыл бұрын
💖
@nurbolatsansyzbay9998
@nurbolatsansyzbay9998 Жыл бұрын
another new javascript framework
@JamesQQuick
@JamesQQuick Жыл бұрын
Too many right? lol
@jay__762
@jay__762 Жыл бұрын
Hey is having a degree is necessary to get a web developer job 😢
@santoshmore2953
@santoshmore2953 Жыл бұрын
Nope
@cslearn3044
@cslearn3044 Жыл бұрын
Naw, doubt anyone cares, but it can help. In the end all it matters is skill, not matter what coding field
@perezident14
@perezident14 Жыл бұрын
A degree will make your initial job hunt easier, but 100% possible to get a job without one.
@ZeyadMohamed-xs9ew
@ZeyadMohamed-xs9ew Жыл бұрын
It depends on where you are from.
@jay__762
@jay__762 Жыл бұрын
@@ZeyadMohamed-xs9ew 🇮🇳
@amanjotsingh001
@amanjotsingh001 9 ай бұрын
how can i use a bootstrap theme i bought with astro?
@KOBE42__
@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
@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
@PoeTracy-c7b Ай бұрын
Lois Points
@isaacmandell-seaver7223
@isaacmandell-seaver7223 Жыл бұрын
Jacksflims
@DavidSparks-f6b
@DavidSparks-f6b Ай бұрын
Schoen Fort
@sotecluxan4221
@sotecluxan4221 Жыл бұрын
Oooo....
@oosmanbeekawoo
@oosmanbeekawoo Жыл бұрын
Haha! “No views”
@MrBrady95
@MrBrady95 8 ай бұрын
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__
@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-j9p
@AndreiGeorgescu-j9p 3 ай бұрын
Seriously? In what world is this intermediate or advanced??? I'd hardly even call this programming, much less advanced programming 🤣.
@nickdhrones6425
@nickdhrones6425 8 ай бұрын
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!
@musilicks
@musilicks 9 ай бұрын
Im sorry but I can’t trust anyone that pronounced favicon like that……..
@BobbyBundlez
@BobbyBundlez 8 ай бұрын
I pronounce is favicon. not like faveicon (favorite)... can't find timestamp for this lol so which way does he say it?
OWASP API Security Top 10 Course - Secure Your Web Apps
1:27:01
freeCodeCamp.org
Рет қаралды 81 М.
Astro Crash Course in 20 Minutes!
22:07
Coding in Public
Рет қаралды 60 М.
Twin Telepathy Challenge!
00:23
Stokes Twins
Рет қаралды 84 МЛН
За кого болели?😂
00:18
МЯТНАЯ ФАНТА
Рет қаралды 2,9 МЛН
Astro. Теперь сайты моментальные. Быстрый курс
59:26
Владилен Минин
Рет қаралды 50 М.
Python Django Web Framework - Full Course for Beginners
3:45:41
freeCodeCamp.org
Рет қаралды 4,6 МЛН
Astro Quick Start Course | Build an SSR Blog
2:44:04
Traversy Media
Рет қаралды 64 М.
Astro makes websites faster & easier to build
22:55
Kevin Powell
Рет қаралды 124 М.
The Future of Astro is...
19:09
Astro
Рет қаралды 14 М.
You don't need a frontend framework
15:45
Andrew Schmelyun
Рет қаралды 132 М.
Microservices are Technical Debt
31:59
NeetCodeIO
Рет қаралды 641 М.
Why I STOPPED Using Next.js And Chose Astro Instead
12:10
James Q Quick
Рет қаралды 61 М.
NestJs Course for Beginners - Create a REST API
3:42:09
freeCodeCamp.org
Рет қаралды 1,6 МЛН