Jump to content
Search Community

vlucendo

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by vlucendo

  1. I'm glad there are ways to make it work with gsap, but I don't see the points Jack made being questioned. I agree about the react "way of thinking" being more pleasant to the developer tho: inmediate mode, you don't have to think too much about edge cases, etc. But it comes at a price and with its own set of drawbacks. Anyway I hope someone can post some examples, performance comparisons, etc, so we all can get a better understanding of all the particularities.
  2. In my opinion react is popular right now because it solves some of the problems of client applications in a different way, and on some specific situations this can be beneficial. A lot of us who use GSAP all we care about is performance and having control of what out application does, that's why we end up just using vanilla javascript (or maybe es6), structuring our application in a mv pattern with no framework or a very minimal one (backbone, etc). If you want the best performance and control over your animations and application behavior react is not the best choice.
×
×
  • Create New...