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

A React playground used for testing unproven ideas on a working project.

Notifications You must be signed in to change notification settings

adambbecker/ogygia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A React playground used for testing unproven ideas on a working project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published