Skip to content
Merged
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
Modify to generate new README
  • Loading branch information
sosukesuzuki committed Jan 26, 2019
commit a7c1ac7de9422d6e5af1deac0105257490d699a5
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ This gives you the power to prioritize our work and support the project contribu
- [Render Props](#render-props) 🌟 __NEW__
- [Higher-Order Components](#higher-order-components) 📝 __UPDATED__
- [Redux Connected Components](#redux-connected-components)
- [Context API](#context-api)
- [Hooks](#hooks)
- [Redux](#redux)
- [Action Creators](#action-creators) 📝 __UPDATED__
Expand Down Expand Up @@ -854,7 +855,7 @@ export default function ToggleThemeButton(props: Props) {

```

[Implementation with Hooks](#hooks)
[Implementation with Hooks](#--usecontext)

[⇧ back to top](#table-of-contents)

Expand Down