Resources:
- https://www.w3.org/TR/WCAG21/
- https://webaim.org/
- https://www.apple.com/accessibility/
- https://a11y-101.com/
- https://www.microsoft.com/design/inclusive/
- https://marcysutton.github.io/gatsby-a11y-workshop/
Tools:
| # The Caddyfile is an easy way to configure your Caddy web server. | |
| # | |
| # Unless the file starts with a global options block, the first | |
| # uncommented line is always the address of your site. | |
| # | |
| # To use your own domain name (with automatic HTTPS), first make | |
| # sure your domain's A/AAAA DNS records are properly pointed to | |
| # this machine's public IP, then replace ":80" below with your | |
| # domain name. |
Translated from https://blog.isquaredsoftware.com/2020/05/blogged-answers-a-mostly-complete-guide-to-react-rendering-behavior/, author: Mark Erikson (from Redux team)
Bài viết cung cấp chi tiết về cách mà React render hoạt động, và việc sử dụng Context và Redux ảnh hưởng thế nào tới quá trình render của React.
Rendering is the process of React asking your components to describe what they want their section of the UI to look like, now, based on the current combination of props and state.