2018-10-02 15:02:53 +01:00
|
|
|
{
|
|
|
|
"name": "React and Redux",
|
2020-09-04 00:07:40 +02:00
|
|
|
"isUpcomingChange": false,
|
2018-10-02 15:02:53 +01:00
|
|
|
"dashedName": "react-and-redux",
|
2021-12-06 08:55:13 -08:00
|
|
|
"order": 5,
|
2018-10-02 15:02:53 +01:00
|
|
|
"time": "5 hours",
|
2018-10-04 14:37:37 +01:00
|
|
|
"template": "<body><div id='root'></div>${ source || '' }</body>",
|
|
|
|
"required": [
|
|
|
|
{
|
|
|
|
"src": "https://unpkg.com/react@16.4.0/umd/react.production.min.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "https://unpkg.com/react-dom@16.4.0/umd/react-dom.production.min.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "https://cdnjs.cloudflare.com/ajax/libs/redux/3.7.2/redux.min.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "https://cdnjs.cloudflare.com/ajax/libs/react-redux/5.0.7/react-redux.min.js"
|
|
|
|
}
|
|
|
|
],
|
2021-08-14 03:57:13 +01:00
|
|
|
"superBlock": "front-end-development-libraries",
|
2018-10-02 15:02:53 +01:00
|
|
|
"challengeOrder": [
|
|
|
|
[
|
|
|
|
"5a24c314108439a4d4036141",
|
|
|
|
"Getting Started with React Redux"
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"5a24c314108439a4d4036142",
|
|
|
|
"Manage State Locally First"
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"5a24c314108439a4d4036143",
|
|
|
|
"Extract State Logic to Redux"
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"5a24c314108439a4d4036144",
|
|
|
|
"Use Provider to Connect Redux to React"
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"5a24c314108439a4d4036145",
|
|
|
|
"Map State to Props"
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"5a24c314108439a4d4036146",
|
|
|
|
"Map Dispatch to Props"
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"5a24c314108439a4d4036147",
|
|
|
|
"Connect Redux to React"
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"5a24c314108439a4d4036148",
|
|
|
|
"Connect Redux to the Messages App"
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"5a24c314108439a4d4036149",
|
|
|
|
"Extract Local State into Redux"
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"5a24c314108439a4d403614a",
|
|
|
|
"Moving Forward From Here"
|
|
|
|
]
|
2021-06-03 20:45:01 +02:00
|
|
|
]}
|