How to pull in new changes in a CRA custom template to a live ReactJS application? #9477
              
                Unanswered
              
          
                  
                    
                      satyajitrpatnaik
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment 1 reply
-
| @satyajitrpatnaik that isn't a feature of create react app. It sounds like you are looking for migration codemods? | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I recently created a custom template based out of create-react-app, following the article at - https://create-react-app.dev/docs/custom-templates/.
After creating the CRA template, I hosted it on a private NPM registry.
I reused the template to create multiple ReactJS applications thereon. During this time, there were updates made to the CRA custom template as well.
I am not sure how I can pull these new template updates to the ReactJS projects that were created out it.
Is there a way out of the box to pull in updates from a CRA custom template to a ReactJS application?
Beta Was this translation helpful? Give feedback.
All reactions