
:two_men_holding_hands: :two_women_holding_hands: Poor intrusive way to make A/B Testing by using an HoC instead of components
If you're delving into the world of A/B testing in your applications, you might be looking for an effective solution to seamlessly implement different variations without complicating your component structure. This tool promises to simplify the process by utilizing a Higher-Order Component (HoC) approach, which can streamline the management of different experiment variants.
However, it does come with its own set of caveats. While it offers a straightforward method for randomizing and forcing variants, some users may find the reliance on HoCs rather intrusive, potentially complicating their React component hierarchy. Let's take a closer look at its key features and functionalities.
Overall, this A/B testing tool offers a streamlined way to manage component variants while providing flexibility through forced variant options, making it an interesting option for developers looking to run experiments effectively.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.