diff --git a/Web-application.md b/Web-application.md index 1ef9df4..29e2486 100644 --- a/Web-application.md +++ b/Web-application.md @@ -38,13 +38,13 @@ The implementation of *WebApp* is split across more than a hundred small compone As was mentioned earlier in the text, there is over a hundred components in the whole application and most of them are very simple. Some of the most important and widely used components and described in the following paragraphs. -#### `PageContent` +#### PageContent @todo -#### [`ResourceRenderer`](https://github.com/ReCodEx/web-app/blob/master/src/components/ResourceRenderer/ResourceRenderer.js) +#### ResourceRenderer -This component is given a *resource* managed by the *resourceManager* as a *prop* and displays different content based on the state of the given *resource* - still loading, loading failed, fully loaded. +[ResourceRenderer](https://github.com/ReCodEx/web-app/blob/master/src/components/ResourceRenderer/ResourceRenderer.js) component is given a *resource* managed by the *resourceManager* as a *prop* and displays different content based on the state of the given *resource* - still loading, loading failed, fully loaded. Passing content for the *loading* and *failed* states though *props* is optional; however, the content for the *loaded* state is required and must be passed as a child to the `ResourceManager`.