What Is Vue 3 Vapor Mode?!
6:38
2 ай бұрын
Пікірлер
@kettenbach
@kettenbach 2 сағат бұрын
Trying to find an example of using Amplify with ALB for authentication in a React app. We have an EKS cluster and with ALB hosting the authentication but I can figure out how to hook the react app up to use it. Any examples would be extremely helpful
@monsieurm2904
@monsieurm2904 19 сағат бұрын
It's work for me in static, but no mongo db connection detected... why ?
@frnjtt-pn6wj
@frnjtt-pn6wj 23 сағат бұрын
Where’s Angular? 😂
@monsieurm2904
@monsieurm2904 Күн бұрын
It doesn't work when you have a api database inside server folder, why ?
@BoomBoom-ek5op
@BoomBoom-ek5op 5 күн бұрын
Never knows about i can auto import other lib with preset
@erezbenkimon3899
@erezbenkimon3899 6 күн бұрын
Hi Eric , I think this is not a good pattern for this use case because a single relatively simple AppBtn cmp can take all of the needed use cases very easily including : loading , disable , color , size & icons. It's better to create a single button with not much of a code. the icons are just props because I'm holding all of them as <symbol> and the svg that contain all of them is in the app root. each Icon is with currentColor value and there is really not much code to get all of those use cases . this is for a button! for other components which are more complex I think the pattern that u suggested will work better.
@Aaaaa-ls1zy
@Aaaaa-ls1zy 7 күн бұрын
very nice video. Thanks
@theLionKing874
@theLionKing874 7 күн бұрын
need same type of video of Quasar please.
@chstr0ng
@chstr0ng 9 күн бұрын
Cool. Worth a look. Will the CSS of the Amplify library still interfere if I use Tailwind CSS? Can I style the authentication screen with TailwindCSS? Can I add social login providers such as google easily? Can I deploy the Amplify stack with Terraform? These are some of the features I'd need to really use it in production.
@suryaishnavi
@suryaishnavi 9 күн бұрын
Hi Eric, thank you for the video. Could you please clarify something for me? If I divide my project into separate front-end and back-end, and the front-end team doesn't have access to the schema, how do they achieve type safety? You mentioned this at timestamp 45:33.
@LV-md6lb
@LV-md6lb 13 күн бұрын
As a seasoned Vue developer that is switching to React, this is gold. I will definitely be missing the pretty scoped slots. React feels ugly ish. But I'm excited for the sheer amount of community libraries.
@ivansabolic6823
@ivansabolic6823 13 күн бұрын
I would really love the prop validation on the compile side (vue, vite combination).. vueTsc is not working with options API and also not with more complex types (Classes).. from the console.warn perspective is (which is here mentioned) good only on runtime.. if you have 1 component used in multiple places (or inside the library) this is not enough.. also using vscode plugin is only checking opened files which is also not good enough.. I think react/vite/typescript is more mature for now.. sadly.. Vue 2 with webpack had this options...
@anilraghu8687
@anilraghu8687 14 күн бұрын
Zoom
@lbalcerzak
@lbalcerzak 15 күн бұрын
Extract smaller snippets to separate components, for sure. Sometimes, however, you still end up with a component that has very very long "class" attribute. In such situations you can simply try to create multilines (which is possible even with all that prettier config), i.e.: <div :class="[ 'my-4 p-4', 'bg-blue-500 border border-blue-300 rounded-lg', 'text-white text-center', 'flex flex-col justify-center', ]"> ... </div>
@user-gt1oq6kz6o
@user-gt1oq6kz6o 15 күн бұрын
thanks
@bharathhs1161
@bharathhs1161 15 күн бұрын
Always options api easy organised and the very reason why i fell in love with vue,
@habibchauhan214
@habibchauhan214 20 күн бұрын
what about dynamic title in meta titles? i am using @vueuse/head when i share my link to facebook its not picking up its title or description. @ProgramWithErik
@ilaydelrey3122
@ilaydelrey3122 20 күн бұрын
its nice to have a youtuber here that uses vue3 with the most latest syntax ( script setup) and keeps teaching about new concept and ideas! Will definetly keep checking this channel out because its a scarce vue resource
@TheDetroja
@TheDetroja 21 күн бұрын
what version are you using ?
@noonna8309
@noonna8309 21 күн бұрын
Thank you it was perfect, I was able to learn AWS amplify!
@ravikalkote1729
@ravikalkote1729 22 күн бұрын
I am getting below error Vitest error "SyntaxError: Need to install with `app.use` function" when using vue-i18n plugin for Vue3
@trsofttech5147
@trsofttech5147 23 күн бұрын
im using composition api for exposing props inside in child
@dominikpieper7607
@dominikpieper7607 24 күн бұрын
As a addition, even with one app Nx is great for big apps to create and manage a architecture
@serhiicho
@serhiicho 24 күн бұрын
This feature has been dropped in version 3.4
@iPankBMW
@iPankBMW 29 күн бұрын
so how do we list the posts or post comments by date? Cannot find anything in the docs....
@oziocb
@oziocb Ай бұрын
I used to love Gridsome. So sad that’s dead…
@ShivVerma-dy3vi
@ShivVerma-dy3vi Ай бұрын
Where is aws-exports folder?
@massiwodev
@massiwodev Ай бұрын
Great video thanks! I'm using a monorepo with a common tailwind config file that contains all my style customization. Is it possible to use this tailwind file to configure NuxtUI? If so, how?
@takondwakapyola
@takondwakapyola Ай бұрын
been having a hard time with RBAC in nuxt using nuxt middlware if you could do a tutorial that could be super helpful asumming the user object returned from the api call will have a roles key where user might either be an admin , trader or regular usertag me once the tutorial comes out
@chrissteenekamp8873
@chrissteenekamp8873 Ай бұрын
Full tutorial will be amazing
@ErickHernandezSilva
@ErickHernandezSilva Ай бұрын
I am getting a 404 when accesing my deploy app, you know why?
@ErickHernandezSilva
@ErickHernandezSilva Ай бұрын
I am getting a 404 error when entering my project amplify's default url, you know why?
@SlavZute
@SlavZute Ай бұрын
Here's a radical idea - presets Inspired by PrimeVue Tailwind If you think about it - TW classes are just strings, right? So, what if we put the most commonly used combination of these strings into their own variables and share those across components? Obviously, the argument around extra level of abstraction kicks in and keeping the structure of these variables sane comes just like it does when using CSS or SCSS naturally. But at least if you just can't stand the look of your HTML in code editor to the point of it making your eyes bleed and you wake up in cold sweat from the thought of having to update 100s of instances of various components because of new styles... this could be a way to condence those unruly class chains without incurring the costs of @apply 🤔 What do you think, Erik? @ProgramWithErik
@chiquito.y.panzon
@chiquito.y.panzon Ай бұрын
I like how shadcn solves it, using CVA. A file to define the variants and then a slot. That gives a lot of versatility and keeps things clean. What variants does it allow? Just look at the file.
@jetonmustini9521
@jetonmustini9521 Ай бұрын
Nuxt SSG with Nuxt/Content is awesome 💚
@vodkat07
@vodkat07 Ай бұрын
ERROR: Could not build wheels for numba, llvmlite, which is required to install pyproject.toml-based projects
@theevmeister
@theevmeister Ай бұрын
I need advice on an app I'm developing. I have minimal experience in the field.i aced a high school javascript course sixteen years ago... I'm looking for a way to make something like a map app, but have different shaped countries and explainy bits... any help?
@alexandersedeke
@alexandersedeke Ай бұрын
I started using AstroJS for my Static Site projects. It feels less cumbersome and offers more possibilities to integrate different frameworks.
@user-kj7bn8ls3b
@user-kj7bn8ls3b Ай бұрын
Thank you. Greate video
@Grogutech
@Grogutech Ай бұрын
This is sooooo old
@DonJuanchito
@DonJuanchito Ай бұрын
Hey Erik, could you help us with a short, summarized video that goes into a bit more depth of these rendering modes, how they work, they’re benefits, and how they differ from each other? I think grasping the specific use case and reason for these rendering modes is a bit abstract to understand for some of us who haven’t directly worked in a project involving these rendering modes. Thank you
@hnchanhk
@hnchanhk Ай бұрын
Is it possible to use it with S3 now for upload/download? Thanks
@ProgramWithErik
@ProgramWithErik Ай бұрын
Yes
@hnchanhk
@hnchanhk Ай бұрын
@@ProgramWithErik any sample? 😅
@ProgramWithErik
@ProgramWithErik Ай бұрын
What SSG tool do you use?
@MattMcT
@MattMcT Ай бұрын
I’ve been using vite-ssg for a couple of years now. However lately (since vite v5), the markdown aspect has been a huge pain point. So I’ve had to and am still having to try and remove markdown pages and am replacing them with regular vue component pages. Once markdown and the markdown deps are out of the app, everything is actually really great for SSG sites with vite v5. And I like not having to reach for Nuxt just to do a mostly static content site. Nuxt is great, but I quite dig the added simplicity and invisibility of Vite-ssg (and I like supporting antfu’s work where I can!) Also just to help out, I’ve been playing with the new vitepress v1 and it’s awesome, but I need a lot more time to try and dig into the config to figure out how to setup a basis for less docs more commercial vue/tailwind app basis. I use my own lib (called VueVentus) nowadays, so if I ever get a good starter template for vitepress, I will very likely just add that into the CLI tooling for VueVentus. Then everyone can have at it!🤞🏼
@desdev0l
@desdev0l 7 күн бұрын
Astro is the new king I believe
@squidproxy136
@squidproxy136 Ай бұрын
Server component like ssr but without hydration?
@jakehorvath9001
@jakehorvath9001 Ай бұрын
I want to go all in on Amplify Gen 2. The streamlined sandboxes, deployments, and easy user auth is incredible. I just really hope AWS takes Gen 2 more seriously than Gen 1.
@ProgramWithErik
@ProgramWithErik Ай бұрын
Nice!
@anastasia.kornieva
@anastasia.kornieva Ай бұрын
Hi 👋🏻 could you please advise if you are familiar with building amplify ready components in figma? I need help with styling these components and can’t find any information on the internet for my specific issue. Thanks!
@ryanknight2170
@ryanknight2170 Ай бұрын
How can I import existing auth with gen 2?
@emmanuelharel
@emmanuelharel Ай бұрын
Any frontend framework ? Really what about kotlin ? I mean if we look at this documentation docs.amplify.aws/gen2/build-a-backend/auth/add-social-provider/ we realize that the function signInWithSocialWebUI (which can be called from Kotlin for Gen 1) was replaced by export const auth = defineAuth in amplify/auth/resource.ts. How Kotlin frontend is supposed to call the const auth = defineAuth defined in resource.ts ? I struggle to find ANY github repo for Amplify Gen 2 with a simple Kotlin app with google signup/signin process. Do you have any examples ? The documentation is a nightmare when you don't want to use a JS framework.
@RenatoFrias-ym3rc
@RenatoFrias-ym3rc Ай бұрын
Any chance we could get an example on how to run functions on Auth? Basically I wanted to create a user table after user created from aws Auth. Thanks!