Skip to content

configcat-labs/feature-flags-in-solidjs-sample

Repository files navigation

Feature flags in Solid.js sample

A companion repo for How to use feature flags in Solid.js.

About

This is a demo hex color palette app. It is used to demonstrate how to integrate feature flags in a Solid.js application.

Here is a screenshot:

Screenshot of sample app - with feature flag turned on

The random hex color generator feature shown above is the new feature to be rolled out.

How it works

Clicking the generate button randomly generate a new hexadecimal color value.

Build and Run

Prerequisites

  • Node - Version 16.16.0

Running the app

  1. Clone this repository

  2. Open a terminal in the root of the cloned repo and install the required npm packages:

npm install
  1. Start the app by running:
npm run dev

Learn more

Useful links to technical resources.

ConfigCat also supports many other frameworks and languages. Check out the full list of supported SDKs here

You can also explore other code samples for various languages, frameworks, and topics here in the ConfigCat labs on GitHub.

Keep up with ConfigCat on Twitter, Facebook, LinkedIn, and GitHub.

Author

Chavez Harris

Contributions

Contributions are welcome!

About

How to use feature flags in Solid.js?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published