The React (Javascript) front end introduced for [[ComponentRegistryAndEditor|Component Registry]] version 2.x can be found on GitHub project [https://github.com/clarin-eric/component-registry-front-end component-registry-front-end]. It is documented in depth in the project [https://github.com/clarin-eric/component-registry-front-end/blob/master/README.md README] and its [https://github.com/clarin-eric/component-registry-front-end/wiki its wiki pages]. There is a [[Docker]] image project [https://gitlab.com/CLARIN-ERIC/docker-component-registry-front-end docker-component-registry-front-end] which compiles the front end as part of its build process, and builds an image that provides a fully functional nginx instance that serves the front end content (compiled Javascript, HTML page, CSS and other dependencies) and optionally also proxies the back end (see [[ComponentRegistryRest]]) to avoid cross-origin issues. == History == For a description of the React Front End prototype (mid-2015), see [[../ReactFrontEndProtoType|this page]]