Home
 
  
🔍

🔗 10 Points to consider when migrating CommonJS to ES modules in Node

https://medium.com/@danieljimgarcia/10-points-to-consider-when-migrating-commonjs-to-es-modules-in-node-abe8ed31ac10

August 21, 2021

Migrating CommonJS to ES modules requires more than a syntax change. Explore what to expect and the effort required.

Two years developing with Vue. Distilled

September 20, 2019

I was delighted to give a talk in the JSDayIE 2019 conference. Check out the YouTube recording!

You also have the slides available in slideshare.

Sample integration between react-native and a gRPC service

January 25, 2018

A sample react-native app that communicates using gRPC with a sample server, also contained in this repo. Both the client app and the server share the protocol buffer definition, which is used to generate both server and client side code.

The client side react-native application can talk to the gRPC server through a native module that bridges react-native and the objective-c/Java client generated by gRPC tooling.

danijg/react-native-grpc - GitHub

 

© 2022