kunokdev
kunokdev
Where did you get data from? How do I read that data from container's state or redux? In example it loads data from static file import, but I currently I...
Some time ago, I've written detailed blog tutorial which solves this issue: https://medium.freecodecamp.org/how-to-implement-runtime-environment-variables-with-create-react-app-docker-and-nginx-7f9d42a91d70
Do you have exact plan how to place it properly? Please note that all those values within that file are exposed to the client anyway and you should only store...
It seems to be a good suggestion indeed, especially due to the mentioned points. This post is trying to implement the most simple straightforward idea on which better production-ready solutions...
> I just ran into the same issue and turns out to be a simple fix! The env.sh file for me had Carriage returns and Line Fees symbols at the...
So how do we define optional param?
@NicolasPerl Unfortunately, I haven't. Spent whole night debugging linux `notify-send` (which is used as shell command within this lib for Linux) and I couldn't fix it. However, I think it's...
Any progress on this so far?
@swapnildubal In your case it might help you to add `post-css` loader as well. In your `doczrc.js` make sure you applied these: ``` plugins: [ css({ preprocessor: "sass", cssmodules: true,...
If someone is looking for a workaround to this issue here modified code from the question: ``` /** * @name downloadFile * @desc downloads file from FTP server * @param...