6 Best NPM Packages

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ส.ค. 2024

ความคิดเห็น • 93

  • @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 😁

    • @Wanderer2035
      @Wanderer2035 ปีที่แล้ว

      Coding is love coding is life

  • @katostrofik
    @katostrofik 5 ปีที่แล้ว +57

    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!

  • @nerdiloo9863
    @nerdiloo9863 4 ปีที่แล้ว +3

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

  • @PKAnon
    @PKAnon 3 ปีที่แล้ว +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 4 ปีที่แล้ว +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  4 ปีที่แล้ว +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.

  • @GrumpyCockatiel
    @GrumpyCockatiel 3 ปีที่แล้ว +14

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

  • @maxuser3076
    @maxuser3076 3 ปีที่แล้ว

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

  • @CodingWithAsad
    @CodingWithAsad 5 ปีที่แล้ว +100

    dude start making how look handsome videos

  • @sureshmg6786
    @sureshmg6786 5 ปีที่แล้ว +1

    Great work dude 👏👏keep going

  • @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.

  • @TheYusuf10
    @TheYusuf10 5 ปีที่แล้ว

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

  • @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.

  • @bryand7958
    @bryand7958 3 ปีที่แล้ว +3

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

  • @MontyKsycki
    @MontyKsycki 4 ปีที่แล้ว +1

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

  • @daudahmed2343
    @daudahmed2343 2 ปีที่แล้ว

    Great video!

  • @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. th-cam.com/play/PLZlA0Gpn_vH9I50SHUa_gJo8-kGT1R_T3.html

  • @rentsy3444
    @rentsy3444 3 ปีที่แล้ว

    this guy's hair is on point

  • @LiranPeleg
    @LiranPeleg 5 ปีที่แล้ว +1

    Thanks for the video

  • @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...??

  • @jamespiche7740
    @jamespiche7740 2 ปีที่แล้ว

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

  • @rajkumar-nq2te
    @rajkumar-nq2te 5 ปีที่แล้ว +1

    Thanks Kyle

  • @saurabrakshit405
    @saurabrakshit405 ปีที่แล้ว

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

  • @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

  • @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.

  • @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.

  • @omarbarra3456
    @omarbarra3456 ปีที่แล้ว

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

  • @Praxis_by_tanay_pingalkar
    @Praxis_by_tanay_pingalkar 3 ปีที่แล้ว

    Nodemon is also good btw video is great

  • @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.

  • @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.

  • @tima1301
    @tima1301 5 ปีที่แล้ว

    Nice!

  • @DuyTran-ss4lu
    @DuyTran-ss4lu 3 ปีที่แล้ว

    Awesome

  • @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.

  • @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

  • @aravind.a
    @aravind.a 3 ปีที่แล้ว

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

  • @jamjam3448
    @jamjam3448 4 ปีที่แล้ว

    I use axios always 😎😎😘

  • @Manasu_Maaata
    @Manasu_Maaata 3 ปีที่แล้ว

    how to upgrade y18n-4.0.0.tgz to 5.0.5 library

  • @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.

  • @natqe4049
    @natqe4049 5 ปีที่แล้ว

    my library utilizes

  • @Abraham18K
    @Abraham18K 3 ปีที่แล้ว

    I rather use SuperAgent instead of Axios.

  • @digiclicks498
    @digiclicks498 5 หลายเดือนก่อน

    What about loadash

  • @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.

  • @masquereseau5635
    @masquereseau5635 4 ปีที่แล้ว

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

  • @farhanaditya2647
    @farhanaditya2647 2 ปีที่แล้ว

    no lodash?

  • @dergunovalexandr
    @dergunovalexandr 5 ปีที่แล้ว

    Спасибо :)

  • @MiSt3300
    @MiSt3300 3 ปีที่แล้ว

    Hah I already use most of these

  • @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

  • @greendsnow
    @greendsnow ปีที่แล้ว

    00:06 no he didn't

  • @gauravrajput5415
    @gauravrajput5415 4 ปีที่แล้ว

    tell me best npm package of the npm .

  • @Andres-wq6cz
    @Andres-wq6cz 3 ปีที่แล้ว

    G

  • @AnandaRizki
    @AnandaRizki 5 ปีที่แล้ว

    are you CGI?

    • @WebDevSimplified
      @WebDevSimplified  5 ปีที่แล้ว

      No. That would be quite the twist though.

  • @jp46614
    @jp46614 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