Best of NPMNovember 2022

  1. 1
    Article
    Avatar of medium_jsMedium·3y

    As a Front-End Engineer: 8 Useful Npm Coding Techniques That You Should Use

    Npm can help you achieve this goal quickly. You only need to run to quickly open's documents 2.# Open a package’s documentation page My friends, it would have saved me a lot of time if I had known this trick earlier.

  2. 2
    Article
    Avatar of denoDeno·4y

    Deno 1.28: Featuring 1.3 Million New Modules

    Deno 1.28: Featuring 1.3 million new Modules Bartek Iwańczuk, David Sherret, Andy Jiang, Ryan Dahl, and Andy Jiang. Deno's secure-by-default, opt-in permissions model means spending less time worrying about suspicious packages and more time shipping product.

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

    A beautiful looking wallet app made with React Native (TypeScript)

    A beautiful wallet app made using React Native and Expo CLI App Showcase Acknowledgements - Expo - Styled Components - React Native Reanimated. React Native BottomSheet Run Locally Clone the project. Go to the project directory to install dependencies.

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

    A beautiful wallet app made using React Native CLI Typescript

    A beautiful wallet app made using React Native CLI Typescript App Showcase Acknowledgements. Styled Components - React Native Reanimated and React Native BottomSheet Run Locally Clone the project. Go to the project directory.

  5. 5
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Validate URLs in JavaScript

    A Uniform Resource Locator (URL) is what leads you to a page or file on the internet. All valid URLs follow certain patterns. So if you know those patterns, you can determine whether a URL is valid or not in your program and give feedback, throw an error, and so on.

  6. 6
    Article
    Avatar of denoDeno·4y

    Build Apps in Deno with Frameworks such as React, Vue, Express, and more.

    With Deno 1.28, you can now build with these JavaScript frameworks, such as Express, Vue, and more. This blog post will show you how to get started with these frameworks in Deno: - Express - React - Vue.

  7. 7
    Article
    Avatar of communityCommunity Picks·4y

    How to deploy React App to GitHub Pages

    How to create and deploy React App to GitHub Pages using create-react-app and GitHub Pages. Make sure you have Node.js and Npm installed in your machine and set up Git. You’ll need to have Node 8.10.0 or later on your local machine. Cloning into 'node_modules/gh-pages/.cache/git.com!

  8. 8
    Article
    Avatar of javacodegeeksJava Code Geeks·3y

    Form handling in React-js

    React is a flexible javascript library responsible for building reusable UI components. It is an open-source component-based frontend library responsible only for the view part of an application and works in a virtual document object model. This was a tutorial to understand form handling in a React-js application.

  9. 9
    Article
    Avatar of tshThe Software House·4y

    Bun benchmark won’t replace Node yet. It’s fast, though.

    Bun is a native code bundler, transpiler, and task runner with a built-in Node.js client. Bun attracted a lot of attention when it gained $7 million in funding in August 2022. It's the only one supported by AWS Lambda and GCP Functions. Bun is 32% faster than Node but the execution time it’s not as fast as Bun's creator promised 2.

  10. 10
    Article
    Avatar of gitlabGitLab·4y

    How to automate testing for a React application with GitLab

    GitLab is a popular JavaScript library for building user interfaces. In this tutorial, I'll show you how to create a new React application with GitLab React. Run unit tests as part of the CI process in GitLab, and output the test results and code coverage into the pipeline. Define a test stage for your pipeline by adding the following code to your.gitlab-ci.yml file.