{"id":13437982,"url":"https://github.com/robinweser/react-look","last_synced_at":"2025-03-19T18:31:27.441Z","repository":{"id":33428887,"uuid":"37074194","full_name":"robinweser/react-look","owner":"robinweser","description":"Advanced \u0026 Dynamic Component Styling for React and React Native. Ships with powerful Plugins, Mixins and Developer Tools. (Deprecated: use Fela)","archived":true,"fork":false,"pushed_at":"2016-11-28T13:18:26.000Z","size":4071,"stargazers_count":584,"open_issues_count":14,"forks_count":33,"subscribers_count":16,"default_branch":"develop","last_synced_at":"2024-05-22T20:10:37.459Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robinweser.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-08T15:07:45.000Z","updated_at":"2024-01-12T14:49:48.000Z","dependencies_parsed_at":"2022-08-30T21:51:03.679Z","dependency_job_id":null,"html_url":"https://github.com/robinweser/react-look","commit_stats":null,"previous_names":["rofrischmann/react-look"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinweser%2Freact-look","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinweser%2Freact-look/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinweser%2Freact-look/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinweser%2Freact-look/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robinweser","download_url":"https://codeload.github.com/robinweser/react-look/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221729777,"owners_count":16871106,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T03:01:01.910Z","updated_at":"2024-10-27T20:30:56.908Z","avatar_url":"https://github.com/robinweser.png","language":"JavaScript","funding_links":[],"categories":["Uncategorized","JavaScript"],"sub_categories":["Uncategorized"],"readme":"\u003e **Deprecated! Use [Fela](https://github.com/rofrischmann/fela) and [react-fela](https://github.com/rofrischmann/fela/tree/master/packages/react-fela).** Look reached 1.0.0 just recently, but yet I am already no longer able to fully maintain it myself *(If you want to help maintain it, be sure to contact me!)*. I would really like to say thank you for all PRs, Issues and Help during the last year. \u003cbr\u003e With all the gained experience I was able to create a whole new library named [Fela](https://github.com/rofrischmann/fela). I recommend using Fela for new projects as it is capable of everything Look does except doing it much simpler and faster.\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/rofrischmann/react-look/develop/res/logo.png\" width=400\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\nAdvanced \u0026 Dynamic Component Styling for \u003ca href=\"https://facebook.github.io/react/\"\u003eReact\u003c/a\u003e and \u003ca href=\"https://facebook.github.io/react-native/\"\u003eReact Native\u003c/a\u003e.\n\u003cbr\u003e\n\u003ca href=\"https://gitter.im/rofrischmann/react-look\"\u003e\u003cimg alt=\"Gitter\" src=\"https://img.shields.io/gitter/room/rofrischmann/react-look.svg\"\u003e\u003c/a\u003e\n\u003cimg alt=\"TravisCI\" src=\"https://travis-ci.org/rofrischmann/react-look.svg?branch=develop\"\u003e\n\u003ca href=\"https://codeclimate.com/github/rofrischmann/react-look/coverage\"\u003e\u003cimg alt=\"Test Coverage\" src=\"https://codeclimate.com/github/rofrischmann/react-look/badges/coverage.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://codeclimate.com/github/rofrischmann/react-look\"\u003e\u003cimg alt=\"Code Climate\" src=\"https://codeclimate.com/github/rofrischmann/react-look/badges/gpa.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Packages\nWondering where all the content was going to? Look was restructured into single packages as support for React Native was added. Having single packages and some common files that are shared by both helps to keep the code \u0026 documentation clean while still having the ability to manage issues/feature requests for both packages in a single repository.\n\n## [react-look](packages/react-look)\nThis package targets `react-dom`. Working with the web this is the package you need to use. It supports both client-side and server-side rendering. It uses CSS under the hood which allows us to use pseudo classes and media queries by default.\n\n#### [react-look-test-utils](packages/react-look-test-utils)\nThis package contains several test utilities for react-look.\n\n## [react-look-native](packages/react-look-native)\nThis package targets `react-native`. With no CSS support this package uses a different way to achieve the benefits of dynamic Component styling.\n\n\n# Universal API\nWhile the core modules and styling mechanism of both packages are totally different, we still try to achieve an universal API. Both use the exact same API except for the package-names.\n\u003eIf you've already learned to use one, you can use the other one without additional effort.\n\n\n# Support\nIf you have any questions, feel free to ask them on \u003ca href=\"https://gitter.im/rofrischmann/react-look\"\u003eGitter\u003c/a\u003e, Stack Overflow or \u003ca href=\"https://twitter.com/rofrischmann\"\u003eTwitter\u003c/a\u003e.\nI will not answer usage questions as issues but close them directly.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobinweser%2Freact-look","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobinweser%2Freact-look","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobinweser%2Freact-look/lists"}