Здравствуйте, Pauel, Вы писали:
P>Все что вам надо — написать контрол, который будет отображать такое...
...говно.
| Говно |
| P>P>const license = ({doc}) => (
P> <article data={doc}>
P> <title>{doc.title}</title>
P> <caption>{doc.caption}</caption>
P> <intro>{doc.intro}</>
P> <main data={doc.main} />
P> <outro>{doc.outro}</outro>
P> <references data={doc.references}/>
P> </article>
P>);
P>...
P><license doc={exampleLicenseData}>
P>...
P>const exampleLicenseData = {
P> title: "Sample License",
P> caption: "A brief overview of the license terms",
P> intro: "This is the introduction to the license.",
P> main: [
P> "First paragraph of the license content.",
P> "Second paragraph of the license content."
P> ],
P> outro: "This concludes the license terms.",
P> references: [
P> "Reference 1",
P> "Reference 2"
P> ]
P>};
P>
|
| |
Тут недавно уже обсуждалось, зачем вообще декларативно описывать UI, когда можно сделать псевдо-декларацию на императивном языке (с трюками типа показанных выше). Не хочу повторяться.
I'm a sewer mutant, and my favorite authors are Edgar Allan Poo, H.G. Smells and George R.R. Martin.