kripod / otion

Atomic CSS-in-JS with a featherweight runtime
MIT License
631 stars 24 forks source link

[Question] Otion is ready for use in production? #50

Closed etc-tiago closed 4 years ago

etc-tiago commented 4 years ago

Since otion follows the semantic version, and has not yet released version 1.0.0, do you believe that otion is ready for use in production?

Otion proved to be an alternative to @emotion and styled components and I believe that the atomicity of css will be a trend for the future. I would like to contribute more actively to the project and I would like to know if you have a roadmap for version 1.0.0...

kripod commented 4 years ago

Thank you for the question! The main barrier for v1 is thorough automatic testing. However, existing functionality should be safe to use. A section about this will be written to the monorepo's readme.

I would appreciate if you could help with writing tests, mainly for the css() function. You may find usage methods in the otion package's readme and the Gatsby example project. I recommend inspecting a VirtualInjector to ensure that rules are generated properly.