Hi. I'm creating
- A simple, minimal portfolio website with <10 products (no-eccommerce).
- E-commerce website with hundreds of digital file downloads.
These are my first web dev projects and I don't know which data fetching/mutating approach I should be learning?
GraphQL branding is attractive, though is it necessary for these websites? Perhaps the Portfolio websites (a few products) I should be using REST, and GraphQL for the larger website?
Or for the sake of saving time, should I just get familiar with GraphQL and apply that for all projects? Or will GraphQL lead to more complexity/errors and therefore a longer dev time for the simple websites that don't require it?