DEV Community

Discussion on: You don’t need React for building websites

Collapse
 
sakethkowtha profile image
sakethk

What i feel is if a person knows react js definitely that person will have an idea on Ecmascript, Closures, npm / yarn, Webpack, Promises, Axios / fetch, Reusable components etc... This might be the reason 🤔

Collapse
 
darkwiiplayer profile image
𒎏Wii 🏳️‍⚧️

Dunno, haven't used react myself, but my experience with frameworks is that, even if they use the more advanced language features, they often also make it easier to cargo-cult your way through those features by blindly copying code patterns and understanding only their effect within the framework, but not their actual semantics on a language-level.