October 2019
Intermediate to advanced
426 pages
11h 49m
English
To be able to test the Theme Hook, we first have to set up the context and provide a wrapper component for the Hook's test component.
Let's now create the ThemeContextWrapper component:
import React from 'react'import { ThemeContext } from '../contexts'
export function ThemeContextWrapper ({ children }) {
Read now
Unlock full access