Learn how a Django + React monorepo can simplify deployments, type safety, and CI/CD using Vinta’s open source Django-React Boilerplate.
Learn why Vite + React Router has replaced Create React App as the standard for React development. From SPA to SSG to SSR, one toolchain that scales.
Build secure, HIPAA-compliant video calls with AWS Chime in Expo & React Native apps using a custom native module and modern architecture.
Launch scalable web applications faster with our Next.js FastAPI Template. Featuring full async support, end-to-end type safety, and easy Vercel deployment, this template provides everything you need for MVPs and production projects.
Learn how conditional rendering and empty strings behave differently in React Native compared to React web, and discover how to avoid common runtime errors when transitioning between platforms.
Check this step-by-step guide to help you make better features and reduce time in your software development project.
When we start a monorepo project using Django and React, we face a dilemma on how to integrate both parts, specifically on how we allow Django templates to renderJavaScript assets generated by the frontend build...
O FrontJS é um encontro trimestral para discutir tecnologias, frameworks e metodologias relacionadas ao desenvolvimento de aplicações front-end com JavaScript.
Learn how to manage React forms seamlessly with Formik and Redux integration. Simplify validation, submission, and state management.
Brief introduction to React Hooks and description of the implementation process in a project at Vinta.
An overview on React testing, focusing on the concepts of mocks and how Jest makes it pretty easy to work with them.