Một mục tập trung giao diện trong kho dữ liệu GitHub của TopGit: danilowoz/react-content-loader, 14.0k sao, nhóm Frontend, TypeScript. ⚪ SVG-Powered component to easily create skeleton loadings.
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
To create custom loaders there is an important difference: as React Native doesn't have any native module for SVG components, it's necessary to import the shapes from react-native-svg or use the named export Rect and Circle from react-content-loader import:
It's used to describe what element it is. Use '' (empty string) to remove.
baseUrl?: string Defaults to an empty string
React DOM only
Required if you're using <base url="/" /> document <head/>. This prop is common used as: <ContentLoader baseUrl={window.location.pathname} /> which will fill the SVG attribute with the relative path. Related #93.
speed?: number Defaults to 1.2
React DOM React Native
Animation speed in seconds.
viewBox?: string Defaults to undefined
React DOM React Native
Use viewBox props to set a custom viewBox value, for more information about how to use it, read the article How to Scale SVG.
gradientRatio?: number Defaults to 1.2
React DOM only
Width of the animated gradient as a fraction of the view box width.
rtl?: boolean Defaults to false
React DOM React Native
Content right-to-left.
backgroundColor?: string Defaults to #f5f6f7
React DOM React Native
Used as background of animation.
foregroundColor?: string Defaults to #eee
React DOM React Native
Used as the foreground of animation.
backgroundOpacity?: number Defaults to 1
React DOM React Native
Background opacity (0 = transparent, 1 = opaque) used to solve an issue in Safari
foregroundOpacity?: number Defaults to 1
React DOM React Native
Animation opacity (0 = transparent, 1 = opaque) used to solve an issue in Safari
style?: React.CSSProperties Defaults to {}
React DOM only
uniqueKey?: string Defaults to random unique id
React DOM only
Use the same value of prop key, that will solve inconsistency on the SSR, see more here.
beforeMask?: JSX.Element Defaults to null
React DOM React Native
Define custom shapes before content, see more here.
In order to avoid unexpected behavior, the package doesn't have opinioned settings. So if it needs to be responsive, have in mind that the output of the package is a regular SVG, so it just needs the same attributes to become a regular SVG responsive, which means:
As the main component generates random values to match the id of the SVG element with background style, it can encounter unexpected errors and unmatching warning on render, once the random value of id will be generated twice, in case of SSR: server and client; or in case of snapshot test: on the first match and re-running the test.
To fix it, set the prop uniqueKey, then the id will not be random anymore:
When using rgba as a backgroundColor or foregroundColor value, Safari does not respect the alpha channel, meaning that the color will be opaque. To prevent this, instead of using a rgba value for backgroundColor/foregroundColor, use the rgb equivalent and move the alpha channel value to the backgroundOpacity/foregroundOpacity props.
{/* Opaque color in Safari and iOS */}
<ContentLoader
backgroundColor="rgba(0,0,0,0.06)"
foregroundColor="rgba(0,0,0,0.12)">
{/_ Semi-transparent color in Safari and iOS _/}
<ContentLoader
backgroundColor="rgb(0,0,0)"
foregroundColor="rgb(0,0,0)"
backgroundOpacity={0.06}
foregroundOpacity={0.12}>
Black box in Safari / iOS (again)
Using the base tag on a page that contains SVG elements fails to render and it looks like a black box. Just remove the base-href tag from the <head /> and the issue has been solved.
See: #93 / 109
Browser supports SVG-Animate
Old browsers don't support animation in SVG (compatibility list), and if your project must support IE, for examples, here's a couple of ways to make sure that browser supports SVG Animate:
$ git clone [email protected]:YourUsername/react-content-loader.git && cd react-content-loader
$ npm i: Install the dependencies;
$ npm run build: Build to production;
$ npm run dev: Run the Storybook to see your changes;
$ npm run test: Run all tests: type checking, unit tests on web and native;
$ npm run test:watch: Watch unit tests;
React Native
As React Native doesn't support symbolic links (to link the dependency to another folder) and as there is no playground to check your contributions (like storybook), this is recommended strategy to run the project locally:
Create a new React Native from scratch, either Metro or create-react-native-app;
Install the dependency to your root project:
yarn add react-content-loader react-native-svg
Open the project just created and clone this repository there;
Create your loading component and point the react-content-loader to the project just cloned, like:
import ContentLoader, { Rect, Circle } from './react-content-loader/native'
Commit messages
Commit messages should follow the commit message convention so, changelogs could be generated automatically by that. Commit messages are validated automatically upon commit. If you aren't familiar with the commit message convention, you can use yarn commit (or npm run commit) instead of git commit, which provides an interactive CLI for generating proper commit messages.
danilowoz/react-content-loader thuộc nhóm Frontend trên TopGit, cùng 11 topic GitHub. Trang Trending và Topics liệt kê các repo cùng số sao và cùng ngôn ngữ để so sánh.
danilowoz/react-content-loader có bao nhiêu sao?
danilowoz/react-content-loader có 14.0k sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/danilowoz/react-content-loader. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
danilowoz/react-content-loader có phải mã nguồn mở không?
Có — danilowoz/react-content-loader phát hành theo license MIT, nghĩa là mã nguồn mở để đọc, fork và (tùy license) tái sử dụng. Mã: github.com/danilowoz/react-content-loader.
danilowoz/react-content-loader còn đang phát triển không?
Commit gần nhất trên danilowoz/react-content-loader là 7 tháng trước (theo timestamp GitHub). Repo có 422 fork — một chỉ báo về mức độ quan tâm của cộng đồng.
danilowoz/react-content-loader dùng license gì?
danilowoz/react-content-loader phát hành theo license MIT. Nên mở file LICENSE trên GitHub để xác nhận — license metadata đôi khi lệch với thực tế dự án.
danilowoz/react-content-loader là gì?
danilowoz/react-content-loader (danilowoz/react-content-loader) là dự án TypeScript trên GitHub. Theo mô tả gốc: ⚪ SVG-Powered component to easily create skeleton loadings.
danilowoz/react-content-loader viết bằng ngôn ngữ gì?
danilowoz/react-content-loader chủ yếu viết bằng TypeScript. Trường "language" của GitHub dựa trên phần lớn byte ở nhánh mặc định.
Đọc thêm về danilowoz/react-content-loader ở đâu?
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/danilowoz/react-content-loader là nguồn chính thức.
Đọc đầy đủ README ở tab phía trên.
Chưa chắc react-content-loader có hợp với bạn?
Để ChatGPT, Claude hoặc Perplexity tìm hiểu giúp — bấm bên dưới và xem AI nói gì về react-content-loader.