Software Alternatives & Reviews

Fetching Yelp API via Netlify Function with React.js

Yarn Webpack node-sass Visual Studio Code Homebrew
  1. 1
    Yarn is a package manager for your code.
    Pricing:
    • Open Source
    My runtime environment in Node.js, I stick to 15.14.0 version with npm version 7.7.6. A package manager of my choice is yarn, version 1.22.10.

    #Front End Package Manager #Package Manager #JS Build Tools 107 social mentions

  2. Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
    Pricing:
    • Open Source
    To avoid complicated and time consuming configuration process (Webpack is my Achilles heel), I use Create React App starter kit, version 4.0.3. All I need to do is open Terminal in directory in which I wanna build my app and use this command:.

    #Web Application Bundler #JS Build Tools #Module Bundler 220 social mentions

  3. :rainbow: Node.js bindings to libsass. Contribute to sass/node-sass development by creating an account on GitHub.
    I will deal with SCSS later, in separate blog entry. For here and now, just to make sure everything is working correctly, I need to apply some possibly simplest style to my boilerplate code. To transpile SCSS to CSS, I need to install node-sass package. Version 6.0.0 just came out a few days ago, but for a sake of any possible compatibility issues, I'll install previous version which is 5.0.0:.

    #Developer Tools #Design Tools #CSS Framework 3 social mentions

  4. Build and debug modern web and cloud applications, by Microsoft
    Pricing:
    • Open Source
    I write my code in Visual Studio Code with bunch of extensions (OneDark-Pro, Auto Rename Tag, Bracket Pair Colorizer, indent-rainbow, File Utils, to name a few), I use One Dark Pro Color Theme and Material Icon Theme.

    #Text Editors #IDE #Software Development 1012 social mentions

  5. The missing package manager for macOS
    Pricing:
    • Open Source
    I work on a 27-inch iMac, currently running macOS Catalina 10.15.7 with Homebrew package manager version 3.1.5 and Command Line Tools for Xcode 4.2.

    #Package Manager #Front End Package Manager #Windows Tools 877 social mentions

Discuss: Fetching Yelp API via Netlify Function with React.js

Log in or Post with