Answer the question
In order to leave comments, you need to log in
How to connect third-party react components?
The question is somewhat vague, I will try to formulate. It sounds more like this: is it practiced to connect third-party components, and if so, how can they be published and uploaded to the project? In theory, everything that has already been implemented is better to reuse than to write again. The difficulty is that the architecture of react projects is different - first of all, it seems to me, related to redux. Please comment on this moment.
Answer the question
In order to leave comments, you need to log in
The difficulty is that the architecture of react projects is different - first of all, it seems to me, related to redux.
Yes, of course you can, for example, we find the react-bootstrap
component
Install it
and connect itimport Button from 'react-bootstrap/lib/Button';
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question