6 Best NPM Packages

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 94

  • @anthonypetruzzi158
    @anthonypetruzzi158 4 года назад +3

    My new favorite JavaScript channel. I used moment for like ever and have never heard of datefns before. Gonna give it a look. Do a list of your 10 VSCode extensions next 😁

  • @nerdiloo9863
    @nerdiloo9863 5 лет назад +3

    uuid, date-fns, axios I must tinker with asap. Thanks for the tip braddah.

  • @PKAnon
    @PKAnon 4 года назад +10

    classNames is how Vue behaves out of the box. When you bind to an html element's class, you can pass a string, an object like this, or an array of such objects and/or strings.

    • @MrRagday
      @MrRagday 3 года назад

      same for angular)

  • @AlexTechie
    @AlexTechie 5 лет назад +4

    4:41: I could've sworn that I read that Fetch is the successor to XHR, and Axios uses XHR under the hood. The one big difference I found is that Fetch isn't 100% complete, yet. For example, there's no upload progress event emitter with Fetch. However, once Fetch is complete, I think we may see Axios eventually transitioning to using Fetch under the hood, although I'm not certain as there may be other factors involved that I'm not aware of. Anyway, great video, I didn't even know many of these exist!

    • @WebDevSimplified
      @WebDevSimplified  5 лет назад +1

      Fetch is complete enough in that it covers 99.9% of all use cases I can think of, but it is not supported in older browsers like IE. This is why axios uses XHR and has such great compatibility.

  • @katostrofik
    @katostrofik 5 лет назад +58

    With date-fns, you're talking about all of the things it can do with dates, but can it find me a date? haha 😆
    Great video as always. Thanks!

    • @WebDevSimplified
      @WebDevSimplified  5 лет назад +20

      Lol. If that package existed I am pretty sure it would have more downloads than even Lodash.

    • @webad8770
      @webad8770 4 года назад

      clown

    • @jamjam3448
      @jamjam3448 4 года назад

      😂 😂 😂 😂 😂

    • @Admiral_Ducky
      @Admiral_Ducky 4 года назад

      You need a career change!

  • @TheYusuf10
    @TheYusuf10 5 лет назад

    zero dislike! finally somebody thankful ! gj bro go ahead!

  • @bryand7958
    @bryand7958 3 года назад +3

    Shelljs, emotion, gulp and lerna are the best I can think of (non-framework)

  • @eddiejaoude
    @eddiejaoude 5 лет назад +7

    Oh I moment but datefns looks interesting, thanks 👍

    • @WebDevSimplified
      @WebDevSimplified  5 лет назад +2

      I really love the functional programming style of datefns. I am a sucker for anything functional programming related.

  • @GrumpyCockatiel
    @GrumpyCockatiel 3 года назад +14

    node = dependency hell
    moment has been deprecated so yea date-fns

  • @MontyKsycki
    @MontyKsycki 5 лет назад +1

    Thank You!!! Have a Great Day!!! :)

  • @sonoftroy8572
    @sonoftroy8572 5 лет назад +2

    Hey WDS, would you ever consider doing a video about how you got into web dev, what you learned first, what program was the most challenging for you to learn, what was your next step after you passed the beginner stages of web dev, what was it like building your own web dev projects then getting over that hurdle of figuring out how to solve the bug or issue or implementing the correct code to get the your project working properly on your own using critical thinking and problem solving (not the I gotta go online to finds the answers thing)... or is their a better way to grasp and understand JavaScript better along with php MySQL etc... I like your content and would really what to know your opinion on these topics if that’s ok with you and thanks

    • @WebDevSimplified
      @WebDevSimplified  5 лет назад +1

      Many of the videos in this playlist actually focus a lot on how I started and what I learned from my early years of web dev. ruclips.net/p/PLZlA0Gpn_vH9I50SHUa_gJo8-kGT1R_T3

  • @sureshmg6786
    @sureshmg6786 5 лет назад +1

    Great work dude 👏👏keep going

  • @maxuser3076
    @maxuser3076 3 года назад

    Great video!
    Makes me feel good, because I've already used every of this libraries)

  • @Carigan
    @Carigan 5 лет назад +3

    5:16 IE 8.1 would be an interesting Version, Chrome 7 even more so. The Version you think about as the Browser Version is the OS Version, so Axios supports FF 67 on Windows 7, Chrome 74 on Windows 7, IE 11 on Windows 8.1, Edge 18 on Windows 10....

    • @WebDevSimplified
      @WebDevSimplified  5 лет назад +1

      I noticed this after I uploaded the video and had to chuckle at myself for how dumb I sounded. I figured at least the point I was trying to make was obvious even if what I was saying made no sense.

  • @CodingWithAsad
    @CodingWithAsad 5 лет назад +102

    dude start making how look handsome videos

  • @rajkumar-nq2te
    @rajkumar-nq2te 5 лет назад +1

    Thanks Kyle

  • @rentsy3444
    @rentsy3444 3 года назад

    this guy's hair is on point

  • @LiranPeleg
    @LiranPeleg 5 лет назад +1

    Thanks for the video

  • @judelynlarino9711
    @judelynlarino9711 5 лет назад +3

    Please add another 6 to this

    • @WebDevSimplified
      @WebDevSimplified  5 лет назад

      I may followup with a part 2 sometime in the future. I don't like to create a ton of list videos though.

  • @daudahmed2343
    @daudahmed2343 3 года назад

    Great video!

  • @Indrajeetviper
    @Indrajeetviper 5 лет назад +2

    Didn't get the classnames part 😐. Shall try it manually to see what it does.

    • @WebDevSimplified
      @WebDevSimplified  5 лет назад +3

      Classnames essentially just makes it easy to have conditional classes on a component without having to use ternaries or string interpolation.

  • @omarbarra3456
    @omarbarra3456 Год назад

    thanks, 3 year later. Do you consider to make a new one updated for 2023?

  • @alexavery8182
    @alexavery8182 Год назад

    Any chance we can get an Axios crash course video? Ive been using it for a while and I get Id say 92% of the functionality but some of the nittier stuff like custom serializing and using the progress events go a little over my head. I havent had need to use these yet but would definitely like to understand them if ever the need arises and your "Crash Course" videos always explain everything so clearly and succinctly.

  • @tima1301
    @tima1301 5 лет назад

    Nice!

  • @DuyTran-ss4lu
    @DuyTran-ss4lu 3 года назад

    Awesome

  • @hk_build
    @hk_build Год назад

    Can you make video on best practices we should follow while choosing npm packages like
    Package size, community size and other...??

  • @darshgupta6276
    @darshgupta6276 3 года назад +3

    It's kind of creepy how Kyle never breaks eye contact and never blinks while staring at the camera...

    • @persmone
      @persmone 3 года назад

      what are you saying? i saw him blinking so many times

  • @AshtonMotana
    @AshtonMotana Год назад

    You know, it's been kind of of pain trying to figure Apollo Server/GraphQL relay styled cursor-based pagination. I was able to get hasPreviousPage and hasNextPage Booleans to return the but the edges.node wasn't returning any data, the endCursor wasn't even coming through .
    I've been trying to find a bunch of tuts online and youtube videos to try and piece together what I may be missing. what I did get working was the limit and skip in the resolver, this isn't a paged pagination, just a scrolling one, using the array.length as the value to determine how much to skip with the fetchMore function. In your resolver you should sort data by createdAt in descending order to match the sort order of your Apollo Client cache, otherwise when you create new items, your cache will place the item at the top of the list, and when fetchMore gets the last item in your database, the same item will then render at the bottom of the list, creating duplicate objects of the same ID.

  • @Praxis_by_tanay_pingalkar
    @Praxis_by_tanay_pingalkar 3 года назад

    Nodemon is also good btw video is great

  • @jamjam3448
    @jamjam3448 4 года назад

    I use axios always 😎😎😘

  • @jamespiche7740
    @jamespiche7740 2 года назад

    Good Evening WDS ! Would you still use Axios in 2022 ? Thanks for the vid !

  • @JoshuaCodes
    @JoshuaCodes 5 лет назад

    What about purgecss? Found it really handy for cleaning up css (kind of messes up with JavaScript if it holds css selectors instead of the html)

    • @WebDevSimplified
      @WebDevSimplified  5 лет назад

      I have never used purgecss. I am always hesitant to use a library like that since it doesn't work super well if the classes are used in JS and not HTML as you said, but I should really give it a shot.

  • @Manasu_Maaata
    @Manasu_Maaata 3 года назад

    how to upgrade y18n-4.0.0.tgz to 5.0.5 library

  • @kerimgueney
    @kerimgueney 3 года назад

    I do not see the benefit of dotenv over a config.json file. You can do const conf = require("config.json"); and have all your configuration options available without adding another dependency and increasing your stack memory with a bunch of environment variables.

  • @saurabrakshit405
    @saurabrakshit405 Год назад

    Nice vdo ! can you tell which library is best to retrieve IPV4 address in react project ?

  • @natqe4049
    @natqe4049 5 лет назад

    my library utilizes

  • @allendover7480
    @allendover7480 Год назад

    Thumbs up. Great report with the exception of classnames. But then, this video is three years old... Still ticks should get you pretty far along and framework-focused developers don't do enough work to makes sure that class names are human readable.

  • @aravind.a
    @aravind.a 3 года назад

    Why axios special than the got, node-fetch etc?

  • @shivamkumar-qp1jm
    @shivamkumar-qp1jm 3 года назад

    Dude how to make live video transfering app between client and server of different language like between client on javascript and server on python

  • @MilanB
    @MilanB 5 лет назад

    Source code for the biceps?🙃

    • @WebDevSimplified
      @WebDevSimplified  5 лет назад +7

      3x10 Bicep curls in the squat rack
      3x10 Bicep curls with dumbbells
      3x10 Bicep curls with the leg extension machine
      3x10 Bicep curls with your ego
      The last one is what really grows the biceps ;P

  • @Abraham18K
    @Abraham18K 3 года назад

    I rather use SuperAgent instead of Axios.

  • @greendsnow
    @greendsnow Год назад

    00:06 no he didn't

  • @digiclicks498
    @digiclicks498 8 месяцев назад

    What about loadash

  • @dergunovalexandr
    @dergunovalexandr 5 лет назад

    Спасибо :)

  • @farhanaditya2647
    @farhanaditya2647 2 года назад

    no lodash?

  • @masquereseau5635
    @masquereseau5635 5 лет назад

    My favorite is definitely "left-pad" ;-). Stop thinking, stop coding, start importing.

  • @MiSt3300
    @MiSt3300 3 года назад

    Hah I already use most of these

  • @joopie46614
    @joopie46614 3 года назад +2

    that classname library is really useless lmao if you use that you're the type of person to install is-odd instead of doing num % 1 === 1

  • @Andres-wq6cz
    @Andres-wq6cz 3 года назад

    G

  • @AnandaRizki
    @AnandaRizki 5 лет назад

    are you CGI?

  • @gauravrajput5415
    @gauravrajput5415 4 года назад

    tell me best npm package of the npm .