Best of Yarn2023

  1. 1
    Article
    Avatar of devtoDEV·3y

    Bun hype. How we learned nothing from Yarn

    Yarn and Bun went off to create their own competing technology. Both sold themselves on being way faster. Both went in with the goal of splitting the ecosystem. Both announced that they were officially v1.0 and ready for production!...while not actually supporting Windows. In 2023, npm is still faster than Yarn.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    PNPM vs npm and Yarn: Why You Should Switch and How to Do It

    Learn why you should switch to PNPM for package management in JavaScript projects. Discover the benefits of reduced network usage, faster installation times, and compatibility with npm and Yarn. Follow a step-by-step guide to switch from npm or Yarn to PNPM.

  3. 3
    Article
    Avatar of builderiobuilder.io·3y

    Say Goodbye to Package Manager Chaos with ni

    Say goodbye to package manager chaos with ni. ni is an uncomplicated yet powerful tool that lets you run the right package manager for any project without having to remember which one it uses. It provides commands for installing, running scripts, executing packages, updating packages, and uninstalling packages using the correct package manager for your project. It can also change directories and run commands in the new directory.

  4. 4
    Article
    Avatar of communityCommunity Picks·2y

    I replaced npm, yarn and nvm with pnpm

    A package manager called pnpm is a faster alternative to npm, yarn, and nvm. It offers features like workspace support, patching dependencies, managing runtime versions, and peer installation.

  5. 5
    Article
    Avatar of reactnativeexampleReact Native Example·3y

    A Travel App UI in React Native with TailwindCSS

    Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal. It also attempts to open your app on a connected Android device or emulator.

  6. 6
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    A Quick Look at Bun 1.0 – The Node.js Alternative

    JavaScript got way faster with a new JavaScript runtime called Bun, which is now production-ready with its version 1.0.0 release. Bun is a fast, all-in-one toolkit for running, building, testing, and debugging JavaScript and TypeScript, from a single file to a full-stack application.

  7. 7
    Article
    Avatar of reactnativeexampleReact Native Example·3y

    Onboarding UI with Lottie Animations

    Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal. Also attempts to open your app in the iOS Simulator if you're on a Mac and have it installed.

  8. 8
    Article
    Avatar of communityCommunity Picks·3y

    Choosing the Right Tool for Managing JavaScript Packages As a Beginner

    Learn about npm, yarn, and pnpm, three tools used for managing JavaScript packages. Each tool has its own characteristics and benefits. Choose the right tool based on your project's needs and priorities.

  9. 9
    Article
    Avatar of tilThis is Learning·3y

    Never Use the WRONG Package Manager Again!

    A tool called 'ni' helps identify and run the corresponding command for the package manager in use in a project. It supports various commands like installing dependencies, running scripts, and upgrading dependencies.

  10. 10
    Article
    Avatar of reactnativeexampleReact Native Example·3y

    Coffee App UI using React Native

    Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal. Also attempts to open your app in the iOS Simulator if you're on a Mac and have it installed.

  11. 11
    Article
    Avatar of beambloggersBeam Bloggers Webring·3y

    How to prevent yourself from running npm in a yarn project or the other way around?

    A small script is provided in the post to prevent running npm commands in a yarn project or vice versa by checking for the presence of lock files.

  12. 12
    Article
    Avatar of reactnativeexampleReact Native Example·3y

    Food Recipe App using React Native Reanimated 3.0 and TailwindCSS

    Food Recipe App uses React Native Reanimated 3.0 and Tailwind CSS Food-Recipe-App-React-Native Watch Tutorial on YouTube. Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.

  13. 13
    Article
    Avatar of reactnativeexampleReact Native Example·3y

    A fully functional weather app with react native and weatherapi.com

    A fully functional weather app with react native and weatherapi.com Weather-App-React-Native Watch Tutorial. Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.

  14. 14
    Article
    Avatar of hackernoonHacker Noon·3y

    The Ultimate Guide to Integrating Cloudinary With Next.js

    Learn how to integrate Cloudinary with your Next.js application using the next-cloudinary package. Cloudinary is a cloud-based media management platform that optimizes image and video delivery, provides media transformation features, CDN and caching options, and secure storage. By integrating Cloudinary with Next.js, you can enhance your web application's performance and user experience.

  15. 15
    Article
    Avatar of asayerasayer·3y

    Live Streaming with Mux and Nuxt.js

    Live streaming has evolved far beyond the simple live broadcast of events such as concerts and sporting events. Mux is a powerful API-based open-source software tool that enables developers to easily create and manage live streams and video content. Nuxt.js is a cutting-edge JavaScript web framework designed for building Vue.

  16. 16
    Article
    Avatar of reactnativeexampleReact Native Example·3y

    AI Voice Assistant App in React Native using ChatGPT & DALL-E

    AI Voice Assistant App in React Native using ChatGPT & DALL-E AI-Voice-Assistant-React-Native Watch Tutorial on YouTube. Get Started install dev dependencies or Get API KEY Go to https://openai.com Create a new account and get your API key.