Is it possible to partially compile a Reason+React application?

492 views Asked by At

I was thinking of making the dev experience as smooth as possible and the feedback loop as short as possible when compiling the Reason+React application. If I use

import React from 'react';

in a file, does that mean I have to bundle React with the file at every change? Or can I pre-compile the dependencies of that file, and only compile the changed file without any other process getting fired in the build system?

0

There are 0 answers