-
If I want to do some AB test, button color for example, what is the preferred way in Remix? |
Beta Was this translation helpful? Give feedback.
Answered by
sergiodxa
May 28, 2022
Replies: 1 comment
-
Keep in a cookie or session what scenario you are testing, then return it from a loader and change the UI based on that |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tombohub
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Keep in a cookie or session what scenario you are testing, then return it from a loader and change the UI based on that