How to use gRPC-web with React
https://medium.freecodecamp.org/how-to-use-grpc-web-with-react-1c93feb691b5
For the past few months, my team has been working on a gRPC service. A few weeks back a new requirement came in: we needed a web portal to display some information. Since we already had a gRPC backend, the server side was sorted. But for the front-end, we had a few important choices to make.
1. Vue or React (We choose react)2. REST or gRPC from the web portal If you don’t know what gRPC is you can read about it here. Here are a few reasons that made us choose gRPC over REST.
How to use gRPC-web with React
May 9, 2019, 8:31pm UTC
https://medium.freecodecamp.org/how-to-use-grpc-web-with-react-1c93feb691b5
> For the past few months, my team has been working on a gRPC service. A few weeks back a new requirement came in: we needed a web portal to display some information. Since we already had a gRPC backend, the server side was sorted. But for the front-end, we had a few important choices to make.
> 1. Vue or React (We choose react)2. REST or gRPC from the web portal If you don’t know what gRPC is you can read about it here. Here are a few reasons that made us choose gRPC over REST.