This website requires JavaScript.
Explore
Help
Sign in
aey
/
brutal-legends
Watch
1
Star
0
Fork
You've already forked brutal-legends
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
45a6ea25c8
brutal-legends
/
.babelrc
4 lines
55 B
Text
Raw
Normal View
History
Unescape
Escape
Initial Commit React app with Redux state, mostly based around the todo example in the Redux documentation. It's a list of items (albums) which can be filtered by a string. * A list of albums that is mapped from state to props. * A filter input is controlled by redux state.
2018-11-21 14:47:30 +01:00
{
Update dependencies curse you babel 7, webpack and all other npm crap.
2019-09-17 21:49:19 +02:00
"presets": ["@babel/preset-env", "@babel/react"]
Initial Commit React app with Redux state, mostly based around the todo example in the Redux documentation. It's a list of items (albums) which can be filtered by a string. * A list of albums that is mapped from state to props. * A filter input is controlled by redux state.
2018-11-21 14:47:30 +01:00
}
Reference in a new issue
Copy permalink