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
This simple repository is useful for testing React features and profiling. Since we are pulling
4
+
dependencies from CDN, there's no need for installing, bundling or configuring anything. Just clone
5
+
the repo and play with React.
6
+
7
+
The idea is to completely remove any side effects and focus purely on React and its ecosystem.
8
+
9
+
If you create new components or any JSX files in general, don't forget to include them under your
10
+
index.html scripts.
11
+
12
+
_This repository is not inteded for providing production ready tooling nor for builing projects in general. You should primarly use it as a playground to test out internal features, measure preformances and similar._
13
+
14
+
## What's included
15
+
16
+
- React 16
17
+
- ReactRedux
18
+
- ReactDOM
19
+
- Redux
20
+
21
+
Don't forget to add all the nasty React and Redux tools for your browser.
0 commit comments