1

React Typescript Jobs in Dover, MA (NOW HIRING)

Lead the design and development of scalable highperformance mobile applications using React Native and TypeScript * Architect modular reusable component systems and scalable state management ...

React.js Developer

Boston, MA ยท Hybrid

$113K - $131K/yr

Develop a dynamic React frontend with a layout that will be described by provided templates ... Typescript experience * Familiarity with Redux * Experience with Git, JIRA, and Agile development ...

React.js Developer

Boston, MA ยท Hybrid

$113K - $131K/yr

Develop a dynamic React frontend with a layout that will be described by provided templates ... Typescript experience * Familiarity with Redux * Experience with Git, JIRA, and Agile development ...

React.js Developer

Boston, MA ยท On-site

$113K - $131K/yr

Develop a dynamic React frontend with a layout that will be described by provided templates ... Typescript experience * Familiarity with Redux * Experience with Git, JIRA, and Agile development ...

Front End Software Engineer

Cambridge, MA ยท On-site

$90K - $210K/yr

Design, develop, and deploy web-based applications using React, React Native, Typescript, Python and other technologies * Collaborate with HCI and UX engineers to design intuitive UIs and implement ...

Senior Engineer, Data Platform - AR

Boston, MA ยท On-site

$180K - $210K/yr

Develop modern full-stack applications using React, TypeScript, backend services, APIs, and cloud data integrations * Support the evolution of the platform from a data catalog into a broader governed ...

Senior Software Engineer

Waltham, MA ยท On-site

$132K - $174K/yr

Exceptional knowledge of front end technologies - React, TypeScript, HTML, CSS frameworks. Exceptional knowledge of backend technologies - .Net Core 8/9/10 EF Core, C#, web apis. Strong understanding ...

Showing results 21-40

React Typescript information

See Dover, MA salary details

$67.1K

$133.4K

$201.9K

How much do react typescript jobs pay per year?

As of Sep 6, 2026, the average yearly pay for react typescript in Dover, MA is $133,376.00, according to ZipRecruiter salary data. Most workers in this role earn between $113,500.00 and $151,700.00 per year, depending on experience, location, and employer.

What is a React TypeScript developer?

React TypeScript developers are software engineers who specialize in building user interfaces using the React JavaScript library combined with TypeScript, a statically typed superset of JavaScript. They leverage TypeScript's type safety to write more reliable and maintainable React components and applications. Their role typically involves creating interactive web applications, ensuring code quality, and collaborating with designers and backend developers. React TypeScript developers are in high demand due to the popularity of both React and TypeScript in modern web development.

What skills and qualifications are needed to thrive as a React TypeScript developer?

To thrive as a React TypeScript Developer, you need a strong grasp of JavaScript, TypeScript, React.js, and a good understanding of front-end development best practices, typically backed by a degree in computer science or related experience. Familiarity with version control systems like Git, modern build tools, and package managers (such as Webpack, npm/yarn), as well as experience with REST APIs and testing frameworks, is essential. Strong problem-solving skills, attention to detail, and effective communication are vital soft skills in this role. These skills ensure robust, maintainable codebases, effective teamwork, and the delivery of high-quality user interfaces.

What are common challenges faced by React TypeScript developers when integrating with backend APIs?

One frequent challenge for React TypeScript developers is ensuring strong type safety when consuming data from backend APIs, especially when API responses can be inconsistent or evolve over time. Developers must often create or update TypeScript interfaces to accurately reflect the shape of the data, handle potential null or undefined values, and use type guards to ensure robustness. Collaborating closely with backend teams and maintaining clear API documentation can help mitigate these challenges and streamline the integration process.

What is the difference between React Typescript vs React JavaScript?

AspectReact TypescriptReact JavaScript
Required CredentialsBasic knowledge of JavaScript, TypeScript fundamentals, optional TypeScript certificationsProficiency in JavaScript, familiarity with React
Work EnvironmentWeb development, front-end projects, teams using TypeScriptWeb development, front-end projects, teams using JavaScript
Industry UsagePopular in enterprise applications, large-scale projectsWidely used across startups and small projects
Search & Comparison IntentDevelopers choosing between React with TypeScript or JavaScriptDevelopers evaluating React with JavaScript or TypeScript

React TypeScript and React JavaScript are both popular choices for front-end development. TypeScript adds static typing to React, improving code quality and maintainability, especially in large projects. JavaScript is more flexible and easier for quick prototyping. The choice depends on project size, team expertise, and specific requirements.

What cities near Dover, MA are hiring for React Typescript jobs?

Cities near Dover, MA with the most React Typescript job openings:

Infographic showing various React Typescript job openings in Dover, MA as of August 2026, with employment types broken down into 1% As Needed, 82% Full Time, 13% Part Time, and 4% Contract. Highlights an 87% Physical, 3% Hybrid, and 10% Remote job distribution, with an average salary of $133,376 per year, or $64.1 per hour.

$133K - $175K/yr

Full-time

Medical, Dental, Vision, Life, Retirement, PTO

Re-posted 10 days ago


Job description

Position Summary

We are seeking a Senior Software Engineer to be a primary technical contributor on the Multimode Threat Engagement Simulation Platform. You will own significant portions of the stack end-to-end - building the Julia computation backend, the React/TypeScript/CesiumJS frontend, and the CI/CD pipeline that delivers standalone Windows and Linux artifacts - with a primary emphasis on high-performance and scientific computing. You will work closely with the Lead Engineer on architecture decisions and with domain engineers (RF, EO/IR) to implement their physics models in a performant, maintainable form.

This role demands genuine depth in high-performance compute application development. The backend is not a conventional web API - it runs trajectory integration, Monte Carlo simulation across thousands of runs, and real-time surrogate model inference. You should be comfortable profiling and optimizing numerical code, reasoning about parallelism, and making informed trade-offs between simulation fidelity and throughput.

***Contingent upon contract award***

Responsibilities

High-Performance Computation Backend

  • Implement and optimize the Julia physics computation server: trajectory integration (RK4/RK45 schemes via DifferentialEquations.jl), SGP4 orbital propagation (SatelliteToolbox.jl), and Monte Carlo driver with Threads.@threadsย parallelism
  • Profile and optimize computation-critical paths; benchmark throughput and latency against program requirements (e.g., 10,000 Monte Carlo runs within a defined wall-clock target)
  • Integrate ONNX.jl surrogate model inference for real-time parameter sweep capabilities; ensure inference latency meets the <1ms interactive target
  • Implement CZML generation from physics outputs - trajectory arcs, satellite orbital paths, coverage footprints - for time-dynamic Cesium visualization
  • Design and maintain the mission data model: JSON serialization, versioned file format with backward compatibility, and cross-platform path handling for Windows and Linux
  • Implement the HTTP.jl API layer with well-defined request/response schemas, appropriate error handling, and structured logging

Frontend and Visualization

  • Build React/TypeScript components for the mission planning interface: tabbed mission overview, asset and task tree views, mission parameter forms, and the analysis panel
  • Integrate and maintain the CesiumJS/Resium 3D globe: asset markers, trajectory rendering, satellite ground tracks, coverage footprints, and CZML-driven animation with the Cesium timeline
  • Manage frontend application state (mission data, UI state, async physics query results) using appropriate state management patterns for a data-heavy desktop application
  • Implement data-driven analysis visualizations - trajectory plots, Pk curves, Monte Carlo distribution charts - using Recharts, Plotly.js, or equivalent

DevOps and Cross-Platform Packaging

  • Maintain the CI/CD pipeline in GitHub Actions: automated builds producing Windows NSIS installers and Linux AppImages from a single codebase
  • Manage PackageCompiler.jl sysimage builds for the Julia physics server binary on both target platforms
  • Maintain electron-builder configuration and platform-specific packaging scripts; validate installer behavior on clean Windows and Linux test environments
  • Implement build-time embedding of ONNX model files and asset resources; manage versioning of bundled artifacts

***Contingent upon contract award***

Qualifications

Citizenship: Must be a US citizen

Minimum Required Qualifications

Clearance:ย Active Secret Clearance

Education: B.S. in Computer Science, Software Engineering, Electrical Engineering, Physics, or related STEM field

Years of Experience: 5+ years of software development experience, with demonstrated depth in at least one of the following areas: scientific computing, numerical simulation, high-performance computing, or data-intensive desktop applications

Certifications:ย NA

Additional Skills

  • Proficiency in TypeScript/React or equivalent modern frontend framework
  • Experience with a compiled or JIT-compiled high-performance language (Julia, C++, Rust, Fortran, or Python with NumPy/Numba/Cython extensions)
  • Understanding of parallel computing patterns relevant to numerical workloads: thread-level parallelism, SIMD, memory-access optimization
  • Experience with REST API design and implementation as a client-server boundary within a single-machine application

Preferred Qualifications

Clearance:ย Active TS/SCI

Education:ย MS degreeย 

Certifications:ย NA

Preferred Skills

  • Direct experience with Julia and the SciML / DifferentialEquations.jl ecosystem; PackageCompiler.jl sysimage generation
  • Experience with CesiumJS, Resium, and CZML for 3D geospatial visualization
  • Familiarity with orbital mechanics, trajectory simulation, or atmospheric modeling at an implementation level (not just theoretical)
  • Experience with ONNX Runtime, ONNX.jl, or equivalent ML inference frameworks
  • Experience with Electron and electron-builder for cross-platform desktop deployment
  • Familiarity with at least one sensor or physics domain: radar detection, EO/IR performance, acoustic propagation, or multi-sensor tracking - at the level of understanding model inputs/outputs and integrating them correctly

Additional Information

Location: Colorado Springs, CO or Boston, MA

Travel: Approx. 15-20%

Remote, Onsite, or Hybrid: Hybrid

#LI-JK1

***Contingent upon contract award***

Company Overview

Odyssey is a world-class technical, engineering, and integration company serving the warfighting ecosystem with airborne integration, ISR, C2, and warfighter readiness capabilities. Odyssey meets the military's operational needs by integrating layered defense systems from equipment, technology, and services to data, information, and business operations. We streamline defense acquisition and sustainment, engineering the technical battlefield with domain-specific proficiency to ensure lethality. Odyssey is dedicated to excellent contract execution, peak organizational performance, and fostering a workplace built on employee care.

Odyssey is proud to live out our core values of commitment, ambition, and respect in our work and communities through OdysseyCares, a philanthropic group focused on giving back through direct donations, an employer match program, and volunteering events.

Equal Opportunity Employer/Protected Veterans/Individuals with Disabilities

Please Note:

Final compensation for this position will be determined by various factors such as the Federal Government contract labor categories and contract wage rates, relevant work experience, specific skills and competencies, geographic location, education, and certifications.

This position is filled through continuous recruitment and will remain open until a sufficient pool of applications has been received.Hired applicants may be eligible for benefits, including but not limited to, medical, dental, vision, life insurance, Tricare supplement, short-term disability, long-term disability, 401(k) match, flexible spending accounts, health savings accounts, employee assistance program, learning and development benefit, paid time off, and holidays.Odyssey Benefits

Employment Type: FULL_TIME