tribou / react-template

Build a server-rendered React app and share code across web, React Native, and Electron
Apache License 2.0
4 stars 9 forks source link

Consider Lerna or Yarn Workspaces to separate platforms #80

Open tribou opened 6 years ago

tribou commented 6 years ago

Problem:

Solution:

lerna or yarn workspaces could help with this overhead issue while at the same time provide options to choose which platforms (web, desktop, and/or React Native) to add or remove from a single repository.