Skip to content

Commit

Permalink
Merge branch '5' into 6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 6, 2024
2 parents d39e9de + 2af5921 commit 1807b3b
Show file tree
Hide file tree
Showing 6 changed files with 978 additions and 23 deletions.
2 changes: 1 addition & 1 deletion en/02_Developer_Guides/02_Controllers/02_Routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ start parsing variables and the appropriate controller action AFTER the `//`).
```yml
SilverStripe\Control\Director:
rules:
'admin/help//$Action/$ID: 'App\Control\AdminHelpController'
'admin/help//$Action/$ID': 'App\Control\AdminHelpController'
```

### Wildcard URL patterns
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ to the React API. While optional, it is recommended to express components this w

### Recommended: react dev tools

The [React Dev Tools](https://chrome.g.oogle.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en) extension available for Chrome and Firefox is critical to debugging a React UI. It will let you browse the React UI much like the DOM, showing the tree of rendered components and their current props and state in real time.
The React Dev Tools extension [available for Chrome](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en) [and for Firefox](https://addons.mozilla.org/en-GB/firefox/addon/react-devtools/) is critical to debugging a React UI. It will let you browse the React UI much like the DOM, showing the tree of rendered components and their current props and state in real time.

## Redux

Expand Down
Loading

0 comments on commit 1807b3b

Please sign in to comment.