Software Alternatives & Reviews

Add ConfigCat to Next.js App

Vercel Next.js GitHub ConfigCat
  1. 1
    Vercel is the platform for frontend developers, providing the speed and reliability innovators need to create at the moment of inspiration.
    The final piece we wanted to implement was moving the SDK Key out of the app logic and into an Environment Variable. This is for a couple of reasons. You want to protect private keys like this and make sure they aren’t visible on places like GitHub where your code lives. Even if it is a private repository, extra protection is always better. The second is that we are using Vercel for our deployments and it gives us the ability to use different variables for our various environments.

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

  2. A small framework for server-rendered universal JavaScript apps
    Pricing:
    • Open Source
    Once we created an account and were logged in, we headed over to the React SDK Reference guide since Next.js is a framework for React.

    #Developer Tools #Web Frameworks #JavaScript Framework 919 social mentions

  3. 3
    Originally founded as a project to simplify sharing code, GitHub has grown into an application used by over a million people to store over two million code repositories, making GitHub the largest code host in the world.
    Pricing:
    • Open Source
    The final piece we wanted to implement was moving the SDK Key out of the app logic and into an Environment Variable. This is for a couple of reasons. You want to protect private keys like this and make sure they aren’t visible on places like GitHub where your code lives. Even if it is a private repository, extra protection is always better. The second is that we are using Vercel for our deployments and it gives us the ability to use different variables for our various environments.

    #Code Collaboration #Git #Version Control 2038 social mentions

  4. ConfigCat is a developer-centric feature flag service with unlimited team size, awesome support, and a reasonable price tag.
    Pricing:
    • Freemium
    I recently started helping my friend @jordan-t-romero with a NextJS and NodeJS project she is working on. This weekend we incorporated ConfigCat so that we can add feature flags to control what content is displayed in the different environments (local, staging, production, etc.).

    #Feature Flags #Configuration Management #Release Management 54 social mentions

Discuss: Add ConfigCat to Next.js App

Log in or Post with