@dwightgunning
Keep on truckin
Nothing here yet.
Nothing here yet.
No blogs yet.
Price at whatever the market will bare. If you have other altruistic or charitable reasons, go ahead and charge less. The question also suggests that your users are making money via your app (as a platform or marketplace). AirBnB take ~15% and most advice I've heard from around the startup industry is that 10-20% is standard.
There's no technical reason why you can't use a combination of jQuery and React. Though for most greenfield applications it would be advisable to pick or the other, depending on the current needs and future goals of the project. There are a couple ways to facilitate interactions between components in React. In simple cases you can push 'props' and event handler functions downward from a shared root component into the relevant child components. For more complex applications it can be simpler to facilitate access to shared state (Redux is a popular library that provides this functionality).