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
"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
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
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
Implementing a similar solution from scratch... Gained more insights. Thanks for the video
Glad it was helpful! Thank you for the great feedback
Love this! Thank you so much for digging into feature flags, Eddie!
Thank you for the support! Great collab!
"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
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