1

Software Engineer React Typescript Jobs in Massachusetts

As a Frontend Software Engineer at MORSE, you will play a key role in designing, developing, and ... Design, develop, and deploy web-based applications using React, React Native, Typescript, Python ...

... React, React Native, Typescript, Python and other technologies • Collaborate with HCI and UX ... software engineers • Work on a team developing new code bases that are object-oriented ...

... React, React Native, Typescript, Python and other technologies • Collaborate with HCI and UX ... software engineers • Work on a team developing new code bases that are object-oriented ...

As a Frontend Software Engineer at MORSE, you will play a key role in designing, developing, and ... Design, develop, and deploy web-based applications using React, React Native, Typescript, Python ...

Senior Full Stack Software Engineer

Boston, MA · On-site +1

$160K - $210K/yr

React, TypeScript, Next.js * Backend: Node.js (Express or NestJS) and/or Python (Django or FastAPI ... of professional software engineering experience * Strong full stack experience with modern ...

Sr. Software Engineer, AI Enablement

Boston, MA · On-site

$133K - $175K/yr

Senior Software Engineer, AI Enablement Why You Should Join the AI Enablement Team Join our dynamic ... React, TypeScript, JavaScript, HTML, CSS Massachusetts Applicants: It is unlawful in Massachusetts ...

Sr. Software Engineer, AI Enablement

Boston, MA · On-site

$133K - $175K/yr

Senior Software Engineer, AI Enablement Why You Should Join the AI Enablement Team Join our dynamic ... React, TypeScript, JavaScript, HTML, CSS Massachusetts Applicants: It is unlawful in Massachusetts ...

UI Engineer (React/Python)

Boston, MA · On-site

$113K - $151K/yr

This is an opportunity to own and evolve one of the firm's flagship internal software products ... Develop full-stack applications using Python, TypeScript, and React, ensuring speed, reliability ...

Senior Software Engineer

Waltham, MA · Hybrid

$132K - $174K/yr

Xometry is seeking a Senior Software Engineer to join our Xometry buyer experience organization ... Frontend web technologies including React, Typescript and HTML/DOM/CSS * Cloud hosting services ...

Senior Software Engineer

Boston, MA · On-site

$133K - $175K/yr

Proficiency in software engineering languages and tools such as React, TypeScript, JavaScript, Node.js, and other potential backend languages. Java and RESTful services, spanning horizontal and ...

next page

Showing results 1-20

Software Engineer React Typescript information

What are some common challenges faced by Software Engineers working with React and TypeScript, and how can they be addressed?

Software Engineers using React with TypeScript often encounter challenges such as managing complex type definitions, integrating third-party libraries that may not have robust TypeScript support, and ensuring type safety in rapidly evolving codebases. To address these, engineers should leverage TypeScript's utility types, adopt strict linting rules, and contribute to or use community-maintained type definitions. Collaborating closely with team members through code reviews and shared documentation also helps maintain consistent coding standards and reduces the risk of type-related bugs.

What does a Software Engineer specializing in React and TypeScript do?

A Software Engineer specializing in React and TypeScript is responsible for designing, developing, and maintaining web applications using the React JavaScript library and the TypeScript programming language. They build user interfaces that are interactive, efficient, and scalable, often working closely with designers and backend developers to integrate APIs and ensure a seamless user experience. Their expertise in React helps create dynamic front-end components, while TypeScript adds static typing to JavaScript, reducing bugs and improving code quality. This role also involves code reviews, testing, and keeping up with the latest trends in front-end development.

What is the difference between Software Engineer React Typescript vs Frontend Developer React Typescript?

AspectSoftware Engineer React TypescriptFrontend Developer React Typescript
Primary FocusDesigning, developing, and maintaining software applications with a focus on architecture and system integrationImplementing user interfaces and visual elements primarily using React and Typescript
Required SkillsProficiency in React, Typescript, software architecture, and coding best practicesStrong React and Typescript skills, UI/UX design, and frontend development
Work EnvironmentCollaborates across teams, involved in full software development lifecyclePrimarily focused on frontend code, working closely with designers and backend developers

While both roles require React and Typescript expertise, Software Engineer React Typescript typically involves broader responsibilities including system design and architecture, whereas Frontend Developer React Typescript concentrates on building and implementing user interfaces. The choice depends on whether you prefer a more comprehensive engineering role or specialized frontend development.

What are the key skills and qualifications needed to thrive as a Software Engineer specializing in React and TypeScript, and why are they important?

To thrive as a Software Engineer specializing in React and TypeScript, you need strong proficiency in JavaScript/TypeScript, React framework, and sound understanding of web development principles, typically supported by a degree in computer science or related experience. Familiarity with version control systems like Git, package managers (npm/yarn), and development tools such as VS Code and testing frameworks (Jest, React Testing Library) is essential. Excellent problem-solving abilities, attention to detail, and effective communication make someone stand out in this role. These skills and qualities are vital for building robust, maintainable, and scalable web applications in dynamic team environments.
What job categories do people searching Software Engineer React Typescript jobs in Massachusetts look for? The top searched job categories for Software Engineer React Typescript jobs in Massachusetts are:
What cities in Massachusetts are hiring for Software Engineer React Typescript jobs? Cities in Massachusetts with the most Software Engineer React Typescript job openings:

Full Stack Developer - React and Node.js

PeakLnk Technologies, Inc.

Boston, MA • On-site

Other

Posted 5 days ago


Job description

Job Title: Full Stack Developer – React and Node.js

Location: (Boston/Springfield), MA Hybrid 3 days in a week from the client office

Duration: long term Contract

Senior Full Stack Software Engineer (React/TypeScript/Node.js)

Core Responsibilities

  • Build and own full vertical slices of the product: React components, TypeScript interfaces, RTK Query endpoints, Node.js/Express handlers, etc. within the same feature.
  • Design shared component and API patterns that other stories consume — not just implementing your own tickets but considering how the building blocks you create will be used across the feature.
  • Participate actively in sprint planning and backlog refinement; push back on stories that lack sufficient design or data specification before they enter a sprint.
  • Write behavioral tests (Vitest + React Testing Library) alongside implementation; not as a separate phase.
  • Identify and document reuse opportunities across implementation areas — patterns and observations that prevent duplicate work by teammates.
  • Contribute to technical design decisions: endpoint shape, permission resolution strategy, caching approach, component API design.

 

Required Skills and Experience

TypeScript and React (Non-Negotiable)

  • 5+ years of professional React development; 3+ years using TypeScript in a production React codebase — not just annotating JS, but designing typed data contracts, discriminated unions, and generic component interfaces.
  • Strong understanding of React 18 patterns: functional components, custom hooks, memo/useCallback usage, Suspense and lazy loading.
  • Practical experience with Redux Toolkit and RTK Query: defining API slices, managing loading/error states, understanding caching and cache invalidation behavior. Experience with Redux middleware or Thunks is useful but secondary to RTK Query fluency.
  • Form handling with react-hook-form and schema-based validation (Yup or Zod). Comfort with multi-step forms, conditional field logic, and controlled vs. uncontrolled patterns.
  • Familiarity with design system libraries coupled with the ability to read component documentation and use the provided components correctly without reaching for custom solutions.

 

Node.js API Development

  • 3+ years building and maintaining REST APIs with Node.js and Express (or equivalent framework). The ability to design endpoint shapes that are efficient to consume from the client and that handle partial failures gracefully.
  • Experience integrating with external APIs or SaaS platforms — writing against third-party REST or SOAP interfaces, handling pagination, rate limiting, and API version differences.
  • Working knowledge of authentication middleware: JWT validation, token refresh patterns, understanding of OAuth 2.0 / OIDC flows even if you have not built them from scratch.
  • Comfort with Redis for caching: setting TTLs, invalidation strategies, understanding when caching introduces staleness risk.

 

Testing Discipline

  • Writes tests as part of implementation, not after. Can articulate the difference between testing behavior and testing implementation details.
  • Experience with React Testing Library (or equivalent) — tests that simulate user interactions and assert on visible output, not on component internals.
  • Able to write meaningful tests for async behavior (loading states, API responses, error boundaries) using mocked service layers.

 

Communication and Collaboration

  • Comfortable working from incomplete specifications. This codebase has documented open questions and known design ambiguities. You should be able to make reasonable implementation decisions while flagging assumptions clearly, rather than blocking on every undefined detail.
  • Can write clearly about technical decisions — not lengthy documents, but precise comments, PR descriptions, and notes that explain why a non-obvious choice was made.
  • Experience working in a two-week sprint cadence with regular demos and code review.

 

Typical Background

  • 6–10 years of professional software development, with the last 3–5 years in senior or lead individual contributor roles on production web applications. Years are indicative, not a filter — the calibration above is what matters.