C
C
chulacyber2020-06-07 16:52:34
React
chulacyber, 2020-06-07 16:52:34

How does React Flow work?

Good afternoon, I am writing my project (training skills, and studying technologies), recently I read about *static typing*, and I realized that it is a very necessary thing, especially when working in a team...
I immediately decided, and I thought it would be better to use React Flow, since I am writing an application on the same React, I went to off-line documentation, did everything as they said, and the following is not clear to me yet ...
Why do I need to write a separate script in package.json *"flow": "flow"*, why can't it be run along with
*webpack-dev-server*? It turns out that every time I need to check for errors by type in the inside of the project, do I need to turn off my server every time and start the run flow?
I didn't find any information on the Internet, thanks everyone :)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
abberati, 2020-06-07
@chulacyber

There is no react flow. There is flow - a static code analyzer that is more dead than alive. Take typescript, it goes well with react and is more lively than all living ones.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question