I
I
Ivan Afanasiev2019-02-23 15:32:24
css
Ivan Afanasiev, 2019-02-23 15:32:24

How to work in parallel with a layout designer with a React developer?

If possible, an urgent response is needed.
There is a project where I will be typing, and another person writes all the React logic. How best to implement this, maybe there are some practices.
Immediately HTML and CSS can do and from this he will already take away. Or there components to coordinate with it. Maybe something else. That is the process I would like to know.
Can expect JSX from it, and already there to typeset

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Proskurin, 2019-02-23
@Vlad_IT

For this reason, people use templates on the back so that the layout designer does not get into the logic, so that he does not need to understand the server language, but rather simple template syntax (twig, jinja2). And it has always worked well. At the front, we came up with a crutch, JSX, and now we are figuring the logic right in the templates. In vue beauty, templates are in place.
Therefore, I can advise, either to keep a separate branch with a static layout, and change the display only there. Or learn React, because styled-component won't let the coder into the project.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question