Skip to content

Sample application to demonstrate how to use feature flags in the Remix framework.

Notifications You must be signed in to change notification settings

configcat-labs/feature-flags-in-remix-js-sample-application

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using Feature Flags in a Remix Application

This is a companion app for the following blogpost that's meant to show how to use ConfigCat's Feature Flags in Remix.

To demonstrate how we can use ConfigCat feature flags in a Remix application, we will start by building a simple Remix app that pulls trending news stories from the popular Hacker News website using the unofficial Hacker News Search API on Algolia.

Build & Run

From your terminal:

npm install
npm run dev

This starts your app in development mode, rebuilding assets on file changes.

Open http://localhost:3000/ in your browser to see the page.

Learn more

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.

  • Learn more about Remix here.

Author

David Herbert

Contributions

Contributions are welcome!

About

Sample application to demonstrate how to use feature flags in the Remix framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.5%
  • CSS 11.5%