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

Added a resource about Accessibility #117

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
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
7 changes: 5 additions & 2 deletions react-techniques.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
### React Tips and Techniques


- **React and Accessibility Tips and Best Practices**
https://www.aditus.io/talks/react-and-accessibility/
A transcript of a talk with accessibility tips in general and with some React best practices. Includes tips in React Router, and Formik.

- **Get your React.js application translated with style**
https://medium.com/@jamuhl/get-your-react-js-application-translated-with-style-4ad090aefc2c
A short opinionated intro to several aspects of handling translation in a React app, by the author of a React internationalization library.
Expand Down Expand Up @@ -123,4 +126,4 @@
- **Catching exceptions using Higher Order Components in React 16**
https://codeburst.io/catching-exceptions-using-higher-order-components-in-react-16-b8a401853a10
https://twitter.com/dan_abramov/status/890716011133100032
Examples of how to write a Higher-Order-Component that adds error boundaries. ALso worth contrasting with Dan's tweet, where he suggests that you shouldn't need to use HOCs to make use of error boundaries.
Examples of how to write a Higher-Order-Component that adds error boundaries. ALso worth contrasting with Dan's tweet, where he suggests that you shouldn't need to use HOCs to make use of error boundaries.