0.1.0 • Published 4 years ago

ctf2-example-nextjs v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

CTF2 example with nextjs

The example is as basic as possible, without any form of styling, to focus only on what CTF2 does.

install and launch

npm install && npm run dev

see what happens

The react SDK is pooling from the resolver at a pre-determined time interval (default is 30 seconds).

  • maintenance status is an example of boolean toggle (makes it easier for avoiding users to access some parts of our application or to provide information, similar to https://status.digitalocean.com)

  • segments are useful when we want to enable a feature for a percentage of our users and check conversion on it.

0.1.0

4 years ago