Varvet

Posts

Showing all posts with the topic react

  • Format numbers in input fields using React

    Large numbers are easier to read if they are formatted with thousand separators, 1 000 000 rather than 1000000. When the number is going to be entered into an input field, it’s a good idea to use an input of type number. In this example we...

  • How Cypress will make you love frontend testing

    We’ve coded a lot of client side Javascript at Varvet lately, and decided to try Cypress for our frontend testing. Like Selenium, Cypress is used to automate the browser like a user, and is agnostic of your stack. Unlike Selenium Cypress...

The Archive