0.20.0 • Published 1 year ago

react-union-rendering-service v0.20.0

Weekly downloads
16
License
MIT
Repository
github
Last release
1 year ago

React Union

build status Greenkeeper badge

The React Union project is a collection of tools that allow you to build modern React applications for content management systems or enterprise portals.

Tools and libraries

  • React Union - React component that can assemble an application with one virtual DOM from multiple HTML fragments.
  • React Union Scripts - JavaScript SDK focused on a large codebase. Supports multiple entry points, async code-splitting, sharing the code between modules, etc.
  • ESLint config - ESLint configuration that is used within the React Union project.
  • Babel preset - Babel preset used within the React Union project.

Examples

More examples are coming! See the roadmap.

Content management systems, enterprise portals and React applications

There are some problems in these types of systems that need to be addressed in order to achieve a proper developer experience. This includes features such as HMR, application state time travel, ECMAScript 7+ syntax, etc. Additionally, there are problems regarding the nature of CMS and Portal solutions.

What are these problems?

  • Ad-hoc component rendering. We don't know the combination of widgets for any particular URL in advance. It is due to the fact that the user is able to customize what widgets should be rendered.
  • Multiple instances of the same widget in one view. E.g. image galleries, feeds or calendars. This fact adds complexity to managing application state, passing initial data, etc.
  • Sharing and synchronization of data between widgets. Even though the widgets have to be independent of each other, we have to be able to share the model/data they are working with.
  • Build optimization. Application code has to be split into several chunks to only serve code necessary for the current page.
  • Passing data from a server. There are cases where our widgets need to be provided data from a server, e.g. information about the user, preferences, color schema, etc.
0.20.1-alpha.2

1 year ago

0.20.0

4 years ago

0.19.0

4 years ago

0.18.0

4 years ago

0.17.0

4 years ago

0.16.0

4 years ago

0.15.3

4 years ago

0.15.2

4 years ago

0.15.1

4 years ago

0.15.0

4 years ago

0.14.1

5 years ago

0.14.0

5 years ago

0.13.0

5 years ago

0.12.1

5 years ago

0.12.0

5 years ago