![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
@times-components/author-profile
Advanced tools
Author profile information along with a list of articles they have written
This author profile package contains the data provider that fetches the articles for the article list component to show articles associated with a particular author. This is distinct from the concept of an author profile page in the pages package which contains the data provider for the author.
Author profile makes use of the article list package which does most of the heavy lifting in terms of pagination, error handling, layouts and lazy loading. This package sets out what the article list page header should look like, and manages its own tracking.
Please read CONTRIBUTING.md before contributing to this package
Please see our main README.md to get the project running locally
The code can be formatted and linted in accordance with the agreed standards.
yarn fmt
yarn lint
This package uses yarn (latest) to run unit tests on each platform with jest.
yarn test:web
Visit the official storybook to see our available author profile templates.
There is a consideration to move all providers to the provider package. This is currently under advisement.
A lot of event handling is currently passed down through numerous components. We intend to utilise the context package (using React Context API) to manage these events.
FAQs
Author profile information along with a list of articles they have written
The npm package @times-components/author-profile receives a total of 1,250 weekly downloads. As such, @times-components/author-profile popularity was classified as popular.
We found that @times-components/author-profile demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.