Super handy. But it would also be useful if this video was somewhere on your website's Features pages.
@suupbro13 күн бұрын
thank god finally
@koolabhinay689823 күн бұрын
Hi, I have a quick question related to Figma: How can I change the straight three-dot menu to the left or right?
@LogRocket15 күн бұрын
To change the menu to the left or right, it’s just a matter of reordering your layers so that the menu is on the side that you want. Make sure to use auto layout to keep your elements aligned and consistently spaced out. Thanks for watching!
@growproductАй бұрын
Thanks so much for having me!
@MN-do7hkАй бұрын
Damn good
@hakkbak2 ай бұрын
Dude you spent like 10 minutes stroking your ego without even using react-virtualized.
@AAAAAA-ny4ib3 ай бұрын
How to get the index of the selected element
@locktar-o-dark56643 ай бұрын
I have a question: how to config vs code to lint files with two or more formatters in action on save file, for example: [ 'pretiier', 'eslint' ] and strongly order linting?
@locktar-o-dark56643 ай бұрын
11:05:50 fancy/shmancy 😅😅😅😅😅
@lovely000wicked3 ай бұрын
great material but poor sound
@flourishKing1233 ай бұрын
Just knowing about chakra. Thumbs ui
@raihan.nismara4 ай бұрын
what a great talk!
@tbjor3zs4 ай бұрын
Awesome talk!
@CrisoforoLopezCruz-p2t5 ай бұрын
This create metric button is not available anymore. where is it now?
@yazidthedev42815 ай бұрын
It will be good if in render::inertia method we can change the view blade depands on what page we are. For example app.blade for the main app and admin.blade for the admin dashboard.
@efaruk5 ай бұрын
annoying...
@JBrm5 ай бұрын
Great video, thank you! I really feel like Janeway should be required to enter her Authorization code, though! ;)
@rezaghasemzadeh94405 ай бұрын
very useful, thank you ❤
@jagajaga69085 ай бұрын
Thanks. Amazing Video!!! Very helpful
@jatinbatra65136 ай бұрын
how to deploy it on github
@tombyrne22256 ай бұрын
Great podcast! Very informative! Thanks, Nancy for sharing your background, expertise, challenges, and product management journey.
@大盗江南6 ай бұрын
Thanks bro!
@AliveDeejay7 ай бұрын
Thank you! 4 years later i found this and actually got to use it straight away. I can't believe how simple this is :D i used this with filter: drop-shadow to give it a nice neon effect, looks awesome :D
@mumk7 ай бұрын
javascript is so messy...
@True-heros7 ай бұрын
Geat video short and descriptive.
@ce99167 ай бұрын
I hate "demos" that don't even show product screenshots
@wardsmaill89737 ай бұрын
"promosm" 😻
@GET_YOUTUBE_VIEWS_m0218 ай бұрын
On fiiireeee🔥
@codecret18 ай бұрын
is this responsive?
@javiercriado26948 ай бұрын
thank you!
@iranianjohnydepp8 ай бұрын
Such a great video, its sooooo helpfull!
@klutch41988 ай бұрын
insanely useful!
@joemart68878 ай бұрын
If on Typescript, you might get an error "Cannot find module './data.json'. Consider using '--resolveJsonModule' to import module with '.json' extension." The way that I fixed it was to add ""resolveJsonModule": true" to the 'tsconfig.json' under 'compilerOptions' and it worked.
@dularamalindu4279 ай бұрын
why this has been broken into chapters? without any chapter naming? should we use a feature just because that is there? . Or It would be good if the chapter breakdown is meaningful. Good content by the way. just wanted to share my thoughts as a point to improve
@officalPathtoPeace9 ай бұрын
Hi i tried to close the toggle but it's not working
@bwilkins71739 ай бұрын
Promo*SM ⭐
@Stevesteacher10 ай бұрын
Thanks, this really helped clearing up a lot of my questions!
@Pareshbpatel10 ай бұрын
NodeJS Multithreading, succintly and clearly explained. Thanks. {2024-02-12}
@Manish-u7f2t10 ай бұрын
What is the stable version of dependencies and version
@jaseemalasad432010 ай бұрын
Please provide the code in chart 2
@raheelmasood865610 ай бұрын
Deep Dive with a dozen of “We are not gonna look into this today”
@hetnon11 ай бұрын
I'm stuck on a problem that I'm trying to solve with the window virtualization but challenge is not just a list but a table. How to match a table header with a virtual list. Any idea?
@lacis954611 ай бұрын
"Copy paste the jest code and it will (almost) work in Vitest." Does that still stand with [email protected] ? I think vitest doesn't know toBeInTheDocument . But I might be wrong where to look, because using jest together with @testing-library/react I'm having a hard time to learn anything if I don't know which keyword belongs to which library.
@ricardo546011 ай бұрын
As others have mentioned if you get the "unable to find draggable" error just deactivate strict mode or use hello-pangea instead (uses reac beautiful dndb) that solve the issue for me. Hope it helps
@mehinhuseynova1426 Жыл бұрын
Great content, great explanation. Thank you!
@alicefraser5799 Жыл бұрын
Very useful and to the point, thank you for sharing
@27sosite73 Жыл бұрын
31.20 when you type your login i suspect you will get focus constantly jumping to password section on every keystroke reason? your use effect has no dependency array
@27sosite73 Жыл бұрын
thank you
@27sosite73 Жыл бұрын
the funny thing is that I personally know no one who uses screenreader I am from country with small GDP the more prosperous country is the more people claim they have some disability and they DO NEED to use screenreader
@abuzain859 Жыл бұрын
Hey there! I watched your video and it is awesome . Now i am using the Vitest in my project but I am getting this error : ( Not implemented: window.computedStyle(elt, pseudoElt) at module.exports (C:\Users\Faizan\Desktop\full-stack ode_modules\jsdom\lib\jsdom\browser ot-implemented.js:9:17) )