Skip to main content

3 posts tagged with "frontend"

View All Tags

· 6 min read
Darren Cadwallader
We use automated tools to improve the accessibility of our UIs. Throughout the development process, there are tools that help reduce accessibility errors with minimal time and effort. If you mostly work in a React and/or Elixir environment, this list of tools we use could be useful for you.

· 8 min read
Darren Cadwallader
The frontend team at bitcrowd has been working hard on building our new website in the last months; as ever, rebuilding our own site is one of the most difficult tasks web developers can undertake.

· 3 min read
Lars
In frontend projects with a redux store, all requests need to be authenticated. But how do you put the token into the store, but still have it in the API module?