|
|
|
|
|
by peterhunt
4762 days ago
|
|
I'm not sure what you mean by "templates" here. React gives you a set of tools to generate markup safely. The syntax we prefer to use for it is JSX, but if you'd prefer to do it your own way, that's great too. You can organize your app however you want by splitting the DOM generation code into separate files if you wish. |
|