Simplified clone of the Streaming Platform: Netflix
- React
- HTML
- CSS
- Javascript
- Firebase
- Large React Based Architectures
- Styled Components
- Compound Components
- Firebase (Firestore & Auth)
export default function Card({ children, ...restProps }) {
const [showFeature, setShowFeature] = useState(false)
const [itemFeature, setItemFeature] = useState(false)
return (
<FeatureContext.Provider value={{ showFeature, setShowFeature, itemFeature, setItemFeature }}>
<Container {...restProps}>{children}</Container>
</FeatureContext.Provider>
)
}
- GitHub - @arturfriedrich
- Twitter - @arturfriedrich7
Since 2017, we have created over 20 free courses on Scrimba, and we're going to continue launching free courses. But to pay our bills, we have to charge once in a while. So if you've ever wanted to "give back" to Scrimba, you can do that by buying one of our paid courses
-
The Ultimate JavaScript Bootcamp
It would also mean the world to us if you share the courses.
Happy Coding!