Micro-frontend Pratical guide - Part 2
Follow up article on micro frontend architecture guide
Sep 8, 20224 min read

Search for a command to run...
Follow up article on micro frontend architecture guide

Guide on how to start with micro frontend architecture

Guide on how to choose proper key to improve your app's performance

1. How to build Custom Native Modules? Create module class extending ReactContextBaseJavaModule Export module name and functions annotated as @ReactMethod In MainPackage file, add newly created module into module list. Import NativeModule from reac...
