Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redux #26

Closed
wants to merge 24 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
764aeec
create simple hello index.js with vanilla react
Ycube Apr 19, 2016
a26e1ea
create components folder
Ycube Apr 19, 2016
e1befc2
create searchbar component
Ycube Apr 19, 2016
ea4a1d5
refactor searchbar to class based component
Ycube Apr 19, 2016
10ea124
add eventhandler to search_bar.js
Ycube Apr 19, 2016
cffc94a
Merge pull request #1 from Ycube/dev
Ycube Apr 19, 2016
dfde5a5
add state onto searchbar
Ycube Apr 19, 2016
fd3514d
refactor to a controlled component
Ycube Apr 19, 2016
3d01614
notes about funcational vs class components
Ycube Apr 19, 2016
20539f8
refactor index.js to use class based component
Ycube Apr 19, 2016
4729bcb
create video_list functional based components
Ycube Apr 19, 2016
34b3ad8
create functional component for vidoe_list_item and implement into vi…
Ycube Apr 19, 2016
8373662
add unique keys to items
Ycube Apr 19, 2016
a42750e
add video_list_item component
Ycube Apr 27, 2016
1d5219c
complete video_deetail component"
Ycube Apr 27, 2016
55f7e4c
add videoDetail to index
Ycube Apr 27, 2016
665efb5
step 1 of videoSelection
Ycube Apr 27, 2016
aaccf50
add videoSelection callback
Ycube Apr 27, 2016
a9aa16d
add notes about utilizing cb from parent component to child component
Ycube Apr 27, 2016
41797b3
add styles
Ycube Apr 27, 2016
0a3d908
implement searchBar
Ycube Apr 27, 2016
364db16
add lodsh and debounce to searchTerm
Ycube Apr 27, 2016
b4f12f3
Merge pull request #2 from Ycube/dev
Ycube Apr 27, 2016
a5f50c0
update redux to ReduxSimpleStarter
Ycube Apr 27, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified index.html
100644 → 100755
Empty file.
Empty file modified package.json
100644 → 100755
Empty file.
Empty file modified src/actions/index.js
100644 → 100755
Empty file.
Empty file modified src/components/app.js
100644 → 100755
Empty file.
Empty file modified src/index.js
100644 → 100755
Empty file.
Empty file modified src/reducers/index.js
100644 → 100755
Empty file.
Empty file modified style/style.css
100644 → 100755
Empty file.
Empty file modified test/components/app_test.js
100644 → 100755
Empty file.
Empty file modified test/test_helper.js
100644 → 100755
Empty file.
Empty file modified webpack.config.js
100644 → 100755
Empty file.