Skip to content
This repository was archived by the owner on Feb 22, 2025. It is now read-only.

Starter kit based on react-ethereal-boilerplate and redux-shared-store-subtree for web/native apps development.

Notifications You must be signed in to change notification settings

mainset/react-web-native-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git subtree was an interesting solution for managing multiple projects within a single repository in a way that each sub-project could evolve independently while still being part of a larger codebase. However, with the rise of monorepos and the advancements in tooling for them, Git subtree has lost some of its popularity, especially in environments with microservices and Dockerization.

Works together with the next archived repos:

git remote add shared-ethereal-boilerplate-src git@github.com:mainset/shared-ethereal-boilerplate-subtree.git

Add subtree to the specific folder (by using --prefix)

git subtree add --prefix src/shared shared-ethereal-boilerplate-src master --squash

Updating remote repo

git fetch redux-shared-store-subtree master

Updating local changes

git subtree pull --prefix src/redux-shared-store redux-shared-store-subtree master --squash

Contributing back upstream

git subtree push --prefix=.vim/bundle/tpope-vim-surround/ durdn-vim-surround master

About

Starter kit based on react-ethereal-boilerplate and redux-shared-store-subtree for web/native apps development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published