Changes between Version 2 and Version 3 of ComponentRegistryAndEditor/ReactFrontEnd


Ignore:
Timestamp:
11/14/19 15:11:21 (5 years ago)
Author:
Twan Goosen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ComponentRegistryAndEditor/ReactFrontEnd

    v2 v3  
    1 The React (Javascript) front end introduced in Component Registry version 2.0 can be found on [https://github.com/clarin-eric/react-webpack-comp-reg GitHub]. It is documented in depth in the [https://github.com/clarin-eric/react-webpack-comp-reg/wiki front end project's wiki pages].
     1The 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].
     2
     3There 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.
     4
     5== History ==
    26
    37For a description of the React Front End prototype (mid-2015), see [[../ReactFrontEndProtoType|this page]]