Software Alternatives & Reviews

Part 2/2 - Game in ReactJS - Cuzzle

Webpack Vercel React GitHub Codespaces A Single Div
  1. 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
    Create React App (CRA): This is a library that I have used previously for other games/projects, this is an easy starting point for a react project because we have all our environment configured, for example, we have webpack, hot reloading, service workers (via workbox) and other features ready to be used, for this type of project I think is the best way to learn React.

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

  2. 2
    Vercel is the platform for frontend developers, providing the speed and reliability innovators need to create at the moment of inspiration.
    Vercel: This package help to publish the game in the service with the same name, this service is very good, it’s simple to publish a project, I’m using this service for several years (even when the name of the service was now).

    #Developer Tools #Web Development Tools #App Deployment 526 social mentions

  3. 3
    A JavaScript library for building user interfaces
    Pricing:
    • Open Source
    As you know the game is developed in ReactJS, other main libraries that I used were:.

    #Javascript UI Libraries #JS Library #JavaScript Framework 775 social mentions

  4. GItHub Codespaces is a hosted remote coding environment by GitHub based on Visual Studio Codespaces integrated directly for GitHub.

    #Text Editors #Programming #IDE 141 social mentions

  5. A CSS drawing project
    Pricing:
    • Open Source
    As you can see it's just one div, I like to use just one div when possible, sometimes it's possible to do a lot of things with just one div and I think it's good, because as you know when we use less DOM elements it's good for performance.

    #Graphic Design Software #Digital Drawing And Painting #Image Editing 13 social mentions

Discuss: Part 2/2 - Game in ReactJS - Cuzzle

Log in or Post with