This app serves as a playground where I play with various React and JavaScript patterns.
Currently, I am comparing the render props pattern used by libraries such as React Router and React Motion with higher order component pattern used by everybody else.
Demo URL chuck-norris-jokes11.firebaseapp.com
yarn
(installs the dependencies)yarn start
(starts the app)yarn build
(builds the app)
This app uses api.chucknorris.io API to get the jokes.