type__error’s avatartype__error’s Twitter Archive—№ 11,838

    1. …in reply to @suhailpatel
      suhailpatel I think React is here to stay (at least til the next big thing), GraphQL is only worth learning if you have a use case or are actively working on an existing app with it. The best thing you can do as a backend dev is get a really solid grasp of semantic HTML and modern JS (es6).
  1. …in reply to @type__error
    suhailpatel State management wise, React provides a Context API which should be all you need for smaller React apps. libs like react-query and useSWR cache API responses so you don’t need to manually put them in a state
    1. …in reply to @type__error
      suhailpatel FWIW I’ve also heard good things about VueJS but haven’t used it much myself.