Greetings, everybody!
Iâve finished building a React-Redux drum machine, and i would like to get a feedback, i would really appreciate it if you go through React and Redux files located in the âRaw filesâ folder. any feedback will be appreciated, but i am more concerned about React and Redux and would like to get a feedback about them.
Hi @bedward!
Your project looks good to me but since youâre asking for feedback Iâd really appreciate if there was testing suite so I donât have to click through everything and test it manually ![]()
If you want to have a look at the original files, look them up in the âRaw filesâ folder
I think itâd be more clear having just two branches, for example development and production.
Also, Iâd think about changing folder structure or at least naming folders differently, because at the moment itâs very easy to get confused here:
import { Presentational } from "./React";
import {store, mapS2P, mapD2P} from "./Redux";
Adding on top of @sitek94âs comment:
git is for source code, not for build code.
The code in static is your build, so you shouldnât check it in git.
Github Pages creates the data automatically.
Regarding React.js and Redux.js: Why do you use this approach?
Why do other people (probably) donât use this approach?
I am still a newbie, I donât know too much about how Github and Git work.
does that mean that i only need to put source code there and somehow Github Pages will render the page?
can you explain more please ![]()
Do you talk about the name or about seperating React from Redux?
When you work with React, itâs good advice to use NPM.
For Github Pages, there is a package that can do all this stuff automatically for you, you would just have to run one command.
You can read more about it in this tutorial. There are also a lot of comments.
Some things I noticed that maybe should be revisited;
- The only thing accessible via the keyboard is the volume control
- Using a mouse I cannot;
- toggle âpowerâ
- toggle âbankâ
- itâs not responsive
Thanks for your comment,
Can you please explain more about that? do you mean when the âPowerâ is off you canât toggle the âbankâ, if yes, that is how it is supposed to work, else if you meant that they both donât toggle even when the âPowerâ is on, well i donât know, they toggle for meâŚ
I meant that I wasnât able to toggle either one of them. Theyâre both working when I just tried it so not sure what the glitch was.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.