Answer the question
In order to leave comments, you need to log in
Is it possible to build interfaces with React.js?
Hello.
I came across UI framework https://www.lightningdesignsystem.com from SaleForce. Very interested in the structure and implementation.
How are component pages generated?
I noticed that every class on the page has a data-reactid="0.0" attribute .
And also in the project repository there are such constructions:
module.exports = (
<div className={pf('text-heading--medium')}>
The quick brown fox jumps over the lazy dog.
</div>
);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question