gatsbytutorials.com icon indicating copy to clipboard operation
gatsbytutorials.com copied to clipboard

A community-updated list of video, audio and written tutorials to help you learn GatsbyJS. 👩‍💻

Results 70 gatsbytutorials.com issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 6.7.1 to 6.8.0. Release notes Sourced from eslint's releases. v6.8.0 c5c7086 Fix: ignore aligning single line in key-spacing (fixes #11414) (#12652) (YeonJuan) 9986d9e Chore: add object option...

dependencies

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.13 to 16.9.17. Commits See full diff in compare view [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=16.9.13&new-version=16.9.17)](https://dependabot.com/compatibility-score.html?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=16.9.13&new-version=16.9.17) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.2 to 3.7.4. Release notes Sourced from typescript's releases. TypeScript 3.7.3 For the complete list of fixed issues, check out the fixed issues query for Typescript v3.7.0...

dependencies

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 9.3.2 to 9.4.0. Release notes *Sourced from [@testing-library/react's releases](https://github.com/testing-library/react-testing-library/releases).* > ## v9.4.0 > # [9.4.0](https://github.com/testing-library/react-testing-library/compare/v9.3.3...v9.4.0) (2019-12-13) > > > ### Features > > * **screen:** add screen...

dependencies

Bumps [eslint-config-react-app](https://github.com/facebook/create-react-app/tree/HEAD/packages/eslint-config-react-app) from 5.0.2 to 5.1.0. Commits - [`9a817dd`](https://github.com/facebook/create-react-app/commit/9a817dd0d780ec401afb1f99dbc0f3bdbcd51683) Publish - [`fffc777`](https://github.com/facebook/create-react-app/commit/fffc777a93eeed5a06b0b0bbe86a025ff4a85719) Remove no-unexpected-multiline rule ([#8039](https://github.com/facebook/create-react-app/tree/HEAD/packages/eslint-config-react-app/issues/8039)) - [`4604c5e`](https://github.com/facebook/create-react-app/commit/4604c5e52c4fbac5c450ac0e58382775e24f3220) Override no-unused-expressions with the typescript-eslint version ([#8003](https://github.com/facebook/create-react-app/tree/HEAD/packages/eslint-config-react-app/issues/8003)) - See full diff in...

dependencies

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.7.2 to 9.7.3. Release notes *Sourced from [autoprefixer's releases](https://github.com/postcss/autoprefixer/releases).* > ## 9.7.3 > * Fix compatibility with PostCSS Modules. Changelog *Sourced from [autoprefixer's changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md).* > ## 9.7.3...

dependencies

Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.16.0 to 7.17.0. Release notes *Sourced from [eslint-plugin-react's releases](https://github.com/yannickcr/eslint-plugin-react/releases).* > ## v7.17.0 > ### Added > * [`jsx-no-target-blank`][]: add `allowReferrer` option ([#2478](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2478)[] [@​eps1lon](https://github.com/eps1lon)) > * [`jsx-handler-names`][]: add...

dependencies

## Summary Reduce the number of DOM nodes on the page by not rendering out of view filter menu items. ## Motivation Speed up page load (Lighthouse is identifying the...

enhancement

## Summary Currently, only one value can be selected in each filter category (i.e. only one format, one topic, one author and one source). We should make it possible to...

enhancement

## Summary On small screens, the tutorials take up the full width of the screen and the filters are accessed by opening a [modal window](https://github.com/ooloth/gatsbytutorials.com/blob/master/src/components/MobileMenu.js) that slides in from the...

enhancement
good first issue