We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ecbae commit d9eedf5Copy full SHA for d9eedf5
lib/components_guide_web/controllers/react_typescript_controller.ex
@@ -12,7 +12,7 @@ defmodule ComponentsGuideWeb.ReactTypescriptController do
12
"forms" => %{title: "Creating Forms in React"},
13
"state-levels" => %{title: "Levels of State in React"},
14
"reducer-patterns" => %{title: "React Reducer Patterns"},
15
- "form-reducers" => %{title: "Form Validation with React Reducers"},
+ "form-reducers" => %{title: "Reduce form boilerplate with React reducers"},
16
"zero-hook-dependencies" => %{title: "Zero Hook Dependencies"},
17
"hooks-concurrent-world" => %{title: "React Hooks in a Concurrent World"},
18
"logical-clocks" => %{title: "Logical Clocks in React"},
0 commit comments