|
|
|
|
|
by ilovecaching
2910 days ago
|
|
Your interns take a week to install npm? Good lord. Sorry, in your last post you specifically mentioned only terms that apply to Redux. React has no concept of actions, reducers, etc. If you read my top comment I specifically talk about React’s function component, which is the least verbose way to describe an interface across any framework. Unless you can think of something easier than (props) => <h1>{props.name}</h1> Honestly you just need new interns. |
|