I need to get or read the App settings file from react. Dynamically read or get the values from the app settings. How can I integrate this requirement in my application? 
            Asked
            
        
        
            Active
            
        
            Viewed 6,551 times
        
    2
            
            
         
    
    
        Mayuri S Kulkarni
        
- 771
- 5
- 17
 
    
    
        Bazim Shamsu
        
- 31
- 1
- 6
- 
                    Maybe this is will help you: https://stackoverflow.com/questions/30568796/how-to-store-configuration-file-and-read-it-using-react – Titus Sutio Fanpula Jan 31 '20 at 07:11
- 
                    Where is the file located in relation to the app? If it is bundled with the app then it is a simple `import`, otherwise, a fairly simple GET request. Can you provide more details about your use-case? Try to be as specific as possible in order to get a quicker and/or more accurate answer. – Drew Reese Jan 31 '20 at 08:26
- 
                    Does this answer your question? [how to get config data from appsettings.json with asp.net core & react](https://stackoverflow.com/questions/56446428/how-to-get-config-data-from-appsettings-json-with-asp-net-core-react) – Sunny Sharma Jan 31 '20 at 10:27