Hello everyone,
Please help me understand these topics.
I would like to know the main points from the perspective of a Frontend developer.
How can I develop a battle pass system where I receive bonuses in my web app built with React for achievements in games?
I want to understand how the battle pass system works in betting applications, where free bets are given for achievements in games like CS:GO and Dota 2.
I would like to know the main points from the perspective of a Frontend developer. Are there any good resources for frontend developers? Could you share names or links of resources. What are the features when interacting with the backend?
Thank you in advance.
Hello,
I would say the hard part is how are you going to track the progress and make it synchronize with your react app, since I do not know too much about backend, this perhaps the greatest challenge for me, do you have an Api you can use because a battle pass inside a game is much easier since the data you need to update the battle pass and give rewards is available in the same app and does not have to be sent to another web app to be used
Could you please explain the context in which this feature exists because what you said got me thinking about an app that the user can login in to, add his favorite games and get a personalized battle pass with personalized missions and tasks for each game and this is going to be very complicated or do you just want a battle pass for your app/ game where it is much easier to access the data, aka user progress ?
Thanks for feedback
I’m interested in how this is implemented on the bookmaker’s website. Frontend receives data when calling the API and displays it? I would like to know about the pitfalls of this system, the nuances.