javascript
javascript copied to clipboard
Monorepo for all the JavaScript within Yoast
## Explanation The ScreenReaderText component uses its own inline style via `packages/components/src/a11y/Styles.js`. At the same time, it has `screen-reader-text` a CSS class. In the WordPress context, this means it will...
## Explanation Not all of the documentation for the monorepo is up-to-date/complete/collected in one place. We've made a list of what's still missing. You can find it in this document:...
To reproduce: - run the standalone examples app and go to http://localhost:3333/ - go the the Content Analysis tab - see error in the browser console: ``` Warning: Unknown event...
search-metadata-previews Any sample code.. or examples on how to use this package?
The `Results` collapsible of the `content-analysis` app throws the following error message in the `console`. It seems that the analysis runs just fine, but we need to investigate the error...
## Explanation Since this is an open source library people from outside of Yoast should be able to create community patches without their travis builds failing, because now they get...
## Explanation For my bachelor thesis I am writing my own SEO module for TYPO3 and would like to implement the YoastJS-Module. I try to implement the module and get...
## Explanation _In hindsight_, `lodash`'s `uniqueId` is not handy to use in component Ids because snapshots and other tests need to get updated if the amount of times it is...
## Explanation When importing a dependency we should not allow "direct" imports (from other packages) like this: `import transliterate from "yoastseo/src/stringProcessing/transliterate";` instead we should use this: ``` import { string...
## Explanation For fixing the request of the morphology file `yoastseo` needs to keep track of which morphology file version it works with. We do this with semver contraints. In...