STOP Deploying! Use Feature Flags with NextJS and Flagsmith

Поделиться
HTML-код
  • Опубликовано: 22 янв 2025

Комментарии • 7

  • @eddiejaoude
    @eddiejaoude  10 месяцев назад +1

    Have a try yourself github.com/Flagsmith/flagsmith-js-client
    00:00 Why use Feature Flags with Flagsmith
    02:40 Create NextJS project using the CLI
    0:34 Login to Flagsmith for free
    08:22 Install Flagsmith with npm
    21:22 Change config without redeploying
    25:27 GitHub Repo API
    29:21 Create json flag in Flagsmith
    33:12 Scheduling flags with Flagsmith
    33:37 Compare Feature Flags on Flagsmith
    33:58 Audit log on Flagsmith
    34:13 Flagsmith 3rd party integrations

  • @thecodeinn
    @thecodeinn 10 месяцев назад +2

    Implementing a similar solution from scratch... Gained more insights. Thanks for the video

    • @eddiejaoude
      @eddiejaoude  10 месяцев назад +1

      Glad it was helpful! Thank you for the great feedback

  • @flagsmith2964
    @flagsmith2964 10 месяцев назад +1

    Love this! Thank you so much for digging into feature flags, Eddie!

    • @eddiejaoude
      @eddiejaoude  10 месяцев назад +1

      Thank you for the support! Great collab!

  • @Jussoparkours
    @Jussoparkours 7 месяцев назад +1

    "why don't we do the same for Feature Flags"? Well, the answer for me is, I just need a simple way to enable/disable UI elements without deploying code. Like most apps, I already have a database and a front end with existing CRUD views. I don't want to wear the additional costs and complexities of deploying another eco-system of software.
    It's definitely powerful though, and if starting from scratch could be beneficial.
    Also how dare you not use TypeScript lol

    • @eddiejaoude
      @eddiejaoude  7 месяцев назад

      yep it is better we focus on our product's features than doing management features, we can then deploy faster to the users.
      As for Typescript, I love it, but less people know it, so all my open source projects are in javascript to include more people
      I have 2 more new projects starting soon, 1 small project and 1 bigger project with Flagsmith but sorry in advanced they will both be with javascript so hopefully more people contribute