ReduxCasts
ReduxCasts copied to clipboard
Modern React with Redux
When using the npm create-react-app the launch.json shows: "scripts": { "start": "react-scripts start", .... This project uses webpack and has: "scripts": { "start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js" }, and I tried adding...
Hi Stephen, I just started the Udemy course and appreciate it. I noticed the first project 'video_browser' hasn't been updated in a year. I updated the packages to the latest...
no need for lodash
Thanks for this repo, it's so useful to play and learn. It seems though that when you run npm install on a project folder it installs a lot of useless...
VIDEO_BROWSER: - added a search bar label; - parametrized initial term in the index and passed as props in the search bar as a placeholder; BOOK_LIST: - added selected book...
Uncaught TypeError: Super expression must either be null or a function, not undefined i am getting this error i try npm r react-sparklines npm i --save [email protected] both that problem...
Uncaught TypeError: Super expression must either be null or a function, not undefined
Version 1.7 of react-sparklines contains a bug. Using only minor version increase of 1.6 resolves the issue. More detail here: https://github.com/borisyankov/react-sparklines/issues/89
Hello. The weather app example didn't work. I followed the tutorial and my code didn't work. I tried it with the code here, it didn't work either. I also changed...
CSS file references ".video-item img", but a video-item class doesn't exist anywhere in the codebase. Changed video-list class to video-item within video_list_item.js to apply the max-width in the CSS file...