-
Design Inspiration
-
Session and Local Storage
-
React onClick Event Handling
-
Custom Middleware
-
Fetching data in redux
-
Dan Abramov's error handling code
-
Error handling in React Redux
-
Reduce reducers
-
Jason Watmore React Redux sign up
-
Double bangs Javascript
-
Why suspense matters - Dan Abramov on Twitter
-
On Change and Key Press Events on React
-
Styled
https://styled-system.com/table
-
Autocomplete
-
Accessibility
- Use more than 1 screen reader
- Tab through page or form
- Enter Screen Reader's "forms mode"
- Logical Layout: Place label consistently on same side of input and explicitly tell user what information should be included.
- Label for tag should be descriptive (not just edit or checkbox)
- Add required attribute to critical input fields.
- Optional: Put required as visible text.
- Select Menu (drop down) should clearly define the purpose of the menu
- Must be keyboard accessible
- Use Field Set Tag to eliminate checkbox's being read as only "yes" or "no"
- Meaningful alt text
- Alternative for all multimedia: videos are described and captioned
- Transcripts for audio and video files
- Videos are easy to control with the keyboard
- Ability to change and increase text size
- Use style sheets so visitors can change colors of the site using system preferences
- accessible CAPTCHA
- Optimized for mobile devices
11/18/19
-
Semantic HTML
-
Checkboxes as buttons
11/19/19
11/20/19
11/21/19
Research of testing with React components