You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/containers/Redux/Redux.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ const Redux = ({ counter }) => {
9
9
return(
10
10
<div>
11
11
<p>I added <ahref="http://redux.js.org/"title="About redux">redux</a> to manage state (a flux-like implementation if you will).</p>
12
-
<p>If you clone the project and launch it in local, you'll have access to the redux devtools (hot reloading / state history ...).{process.env.DEVTOOLS===true ? '' : <span> In fact, <ahref="./devtools.html"title="Test with devtools & sourcemaps"style={{fontWeight: 'bold'}}>you can test them right now here</a>!</span>}</p>
12
+
<p>If you clone the project and launch it in local, you'll have access to the redux devtools (hot reloading / state history ...).{process.env.DEVTOOLS===true ? '' : <span> In fact, <ahref="./devtools/"title="Test with devtools & sourcemaps"style={{fontWeight: 'bold'}}>you can test them right now here</a>!</span>}</p>
13
13
<p>The button bellow is connected to a redux store:</p>
14
14
<p><CounterButton/>{process.env.DEVTOOLS ? ' (ctrl+H to hide the debug panel).' : ''}</p>
15
15
<p>This count is updated through the actions: <strong>{counter}</strong>.</p>
0 commit comments