Accessible Websites: Too simple yet too complex
Let's make web applications that are accessible to everyone
Apr 16, 20233 min read114

Search for a command to run...
Articles tagged with #web-development
Let's make web applications that are accessible to everyone

Till the last blog, we were aware of the actions in Redux. But, in redux, actions alone can't do the job. You need the other elements to come and join the hand together to make the redux work. Let's see how the flow works ahead of actions. (If you ha...

React Redux is one of the two ways to handle dynamic data and API calls in React. Unlike HTML, you cannot call APIs directly in react due to its ability to constantly re-render the page. Hence, to update state effectively in React, Redux, and context...
