Anyone here had experience using facebook relay instead of apollo. In the past I have only worked with apollo. I just recently picked up gatsby.js the data fetching is so fast basically it runs graphql in build time.
Its crazy fast literally no loading state at all, that was always something that bothered me using apollo. It took so long for the data to appear on screen whereas with gatsby.js the view-layer and the data-layer is one-to-one kinda reminds me of the old mvc pattern. Important if going to build any data driven application.
I wonder if graphql-relay can offer same speed and performance?