Our Blog

Boost your knowledge with the insights from our expert team.

API
API
Close
Business
Business
Close
Web
Web
Close
Talk
Talk
Close
Python
Python
Close
Design
Design
Close
People
People
Close
Open Source
Open Source
Close
Javascript
Javascript
Close
placeholder background

A Guide to Integrating Formik and Redux for React Applications

Learn how to manage React forms seamlessly with Formik and Redux integration. Simplify validation, submission, and state management.

placeholder background

React Hooks and how to adopt

Brief introduction to React Hooks and description of the implementation process in a project at Vinta.

placeholder background

Testing your React components (part 2)

An overview on React testing, focusing on the concepts of mocks and how Jest makes it pretty easy to work with them.

placeholder background

Testing your React components (part 1)

Testing your project is an important way to assure your (and your team's) trust towards the code you wrote. At Vinta, we are very familiar with backend testing and doing so in our Django projects is a mandatory part of our development process.

placeholder background

Our styled-components learning experience

Here at Vinta, we’ve been using React for quite some time. In our learning React adventure, some of us fell in love with styled-component and recently, we have decided to introduce it in one of our projects.

placeholder background

Unit testing React Components with Jest

Jest is a JavaScript testing framework, it's fast and has an awesome snapshot testing feature. This post is not an introduction to Jest, there are plenty of those around. In this post we will show how to unit test your components in an isolated manner.

placeholder background

django-react-boilerplate

Here at Vinta we believe that programmers, not processes, nor code, are the most important assets on software engineering. Due to that, we believe in using every tool available in order to facilitate our programmers' lives.