JavaScript is an unusual programming language in that it has two null-like values: undefined and null. These are distinct values (null !== undefined). They are …
Tag: javascript
Take Your JavaScript Skills Mobile with React Native
What if you could use the skills you already have and write code once and run it on both iOS and Android? That’s exactly what React Native gets you.
The Journey to Improve our Web SDKs
When the Split JavaScript SDK was first designed, our priority was to have an SDK that was easy to integrate into any application, and compatible …
Build an API with Node.js, Express, and TypeScript
Build a RESTful API using Node.js, TypeScript, and Express. As a bonus, see how to branch by abstraction using feature flags.
Set Up Feature Flags with React in 10 Minutes
If you’re a developer, chances are you’ve released thousands of features – but how do you ensure those features are working properly in production before …