Skip to content
This repository has been archived by the owner on Dec 24, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 1.02 KB

README.md

File metadata and controls

16 lines (11 loc) · 1.02 KB

Ogygia

An experimental playground used for trying out ideas regarding building views with React. Current project is building out a UI library with some specific tests in mind:

  1. Component CSS
  • Instead of creating regular CSS (read: any files that generate CSS) files, try using only inline styles defined within the components themselves.
  1. Web Animations
  • Rather than controlling classes from js that include CSS based animations/transitions, try defining and controlling those animations with the Web Animation API.
  1. Style Transition Group
  • Test bed for ReactStyleTransitionGroup which functions almost the same as the addon ReactCSSTransitionGroup, however instead of altering classes, it can apply a set of styles (which can be generated at render).

Browser Support

This is still very experimental, so support is limited to Chrome only for now.