https://github.com/purelledhand/cra-protobuf-ts-example
Simple example for react app using protocol buffer
https://github.com/purelledhand/cra-protobuf-ts-example
Last synced: 3 months ago
JSON representation
Simple example for react app using protocol buffer
- Host: GitHub
- URL: https://github.com/purelledhand/cra-protobuf-ts-example
- Owner: purelledhand
- License: mit
- Created: 2020-04-28T06:53:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T19:42:45.000Z (over 2 years ago)
- Last Synced: 2025-02-08T02:44:24.498Z (4 months ago)
- Language: HTML
- Size: 3.89 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## React-Profobuf-Typescript Example
Protocol buffers, or Protobuf, is a binary format created by Google to serialize data between different services. Google made this protocol open source and now it provides support, out of the box, to the most common languages, like JavaScript, Java, C#, Ruby and others. In our tests, it was demonstrated that this protocol performed up to **6 times faster** than JSON.
> "Protobuf performs up to 6 times faster than JSON."
[reference](https://auth0.com/blog/beating-json-performance-with-protobuf/)
```shell
yarn start
```### In this example
* Typescript 3.7.x
* create-react-app
* protobufjs### Support
* Support absolute path with Typescript
* Support prettier
* Customize eslint config