rnx-kit/docsite/docs/community.mdx

114 строки
3.2 KiB
Plaintext
Исходник Постоянная ссылка Обычный вид История

Website Update (#1439) * Final draft of getting started * Final draft of introduction page * Update menu and tab styling. * update vscode recommended extension list to include markdown * formatting * minor language/tone update * Add a note about meta capabilities * refine intro of getting started guide * Add prettier formatting for MDX files. * Refine getting started page. Factor out code and text fragments which are useful on other pages. * fix link styling in admonition blocks * write the depenedency management how-to guide * Darken the background for light-mode inline "code" blocks * docs(changeset): Another round of additions and refinments to the documentation website. * further refine light-mode code-box shadows * Add missing "tool for that" link * Update type-safety to show new "moduleSuffixes" option in version 4.7. * Minor tweaks to dependency-management guide. Remove unneeded includes. Text polish. Fix link to PR page in rnx-kit. * Add a guide on bundling. Include placeholder pages for some tools which the bundling guide links to. * Add placeholder pages to left nav. * Fix tree shaking references. Don't use the hyphen. * docs(changeset): Fix references to tree shaking. Remove the hyphen. * docs(changeset): Add bundling guide. Polish existing web pages. Add placeholder pages for some tools packages (needed by bundling guide). * remove old change file * Start with all side-bar categories expanded to make content more discoverable. * Remove warning banner * Add arch overview page. Add dep-check arch page (material from dep-check README and DESIGN files). Add empty dep-check tool page, since it is referenced in dep-check arch page. * Make the code of conduct more approachable by using sentences instead of bullet points. * Copy and polish the text from Contributing.md to the website. Once the site goes live, the contributing page will be a mostly-empty redirect to the site. The site has better rendering capabilities, and will generate a side-nav rather than relying on a TOC at the top of the document. * Add a resources page. Also add an "image with text" for that page. Fix link styling so its less restrictive. Add twitter logo. * fix changeset * Remove hyphen from pull request. * Remove links which don't add value to the current article/guide (e.g. they can be googled easily, as needed). Keep links to content that is not covered but critically important. Also, keep links that refer to the rnx-kit repo. * Remove unneeded outbound links * PR feedback * Remove old changesets * Re-add changefiles * update change files * use code-block titles instead of top-line comments in dependency management arch doc * Create a docusaurus plugin which lets us process markdown files in the monorepo, outside of the docsite project. Create an MDX plugin to remove ranges of markdown based on start/end comments, and add that plugin to the docusaurus plugin. * Add a website page for each publish package's README. Exclude the badges and title. Replace the title with the package name, but without @rnx-kit (which crowds out the left nav). * Change README-include approach from using JSX imports to using a remark plugin. * Fix plugin paths. Update contributing so it appears in both the normal location in the source tree and on the web site. * Change styling for selected left-nav items. Stop using bold as it changes the text-width significantly, causing a shift in the word-wrapping. * Update the tools and architecture overview pages. Move all tools pages from a 'packages' parent dir to a 'tools' parent dir. * Refine resources page. Add discord profile link * Tweak the text at the top of the getting started page * Add the first blog post announcing the launch * docs(changeset): Website and README updates * Change file * Update docsite/src/components/Image.tsx Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2022-05-02 18:03:22 +03:00
import Image from "@site/src/components/Image";
# Community
Website Update (#1439) * Final draft of getting started * Final draft of introduction page * Update menu and tab styling. * update vscode recommended extension list to include markdown * formatting * minor language/tone update * Add a note about meta capabilities * refine intro of getting started guide * Add prettier formatting for MDX files. * Refine getting started page. Factor out code and text fragments which are useful on other pages. * fix link styling in admonition blocks * write the depenedency management how-to guide * Darken the background for light-mode inline "code" blocks * docs(changeset): Another round of additions and refinments to the documentation website. * further refine light-mode code-box shadows * Add missing "tool for that" link * Update type-safety to show new "moduleSuffixes" option in version 4.7. * Minor tweaks to dependency-management guide. Remove unneeded includes. Text polish. Fix link to PR page in rnx-kit. * Add a guide on bundling. Include placeholder pages for some tools which the bundling guide links to. * Add placeholder pages to left nav. * Fix tree shaking references. Don't use the hyphen. * docs(changeset): Fix references to tree shaking. Remove the hyphen. * docs(changeset): Add bundling guide. Polish existing web pages. Add placeholder pages for some tools packages (needed by bundling guide). * remove old change file * Start with all side-bar categories expanded to make content more discoverable. * Remove warning banner * Add arch overview page. Add dep-check arch page (material from dep-check README and DESIGN files). Add empty dep-check tool page, since it is referenced in dep-check arch page. * Make the code of conduct more approachable by using sentences instead of bullet points. * Copy and polish the text from Contributing.md to the website. Once the site goes live, the contributing page will be a mostly-empty redirect to the site. The site has better rendering capabilities, and will generate a side-nav rather than relying on a TOC at the top of the document. * Add a resources page. Also add an "image with text" for that page. Fix link styling so its less restrictive. Add twitter logo. * fix changeset * Remove hyphen from pull request. * Remove links which don't add value to the current article/guide (e.g. they can be googled easily, as needed). Keep links to content that is not covered but critically important. Also, keep links that refer to the rnx-kit repo. * Remove unneeded outbound links * PR feedback * Remove old changesets * Re-add changefiles * update change files * use code-block titles instead of top-line comments in dependency management arch doc * Create a docusaurus plugin which lets us process markdown files in the monorepo, outside of the docsite project. Create an MDX plugin to remove ranges of markdown based on start/end comments, and add that plugin to the docusaurus plugin. * Add a website page for each publish package's README. Exclude the badges and title. Replace the title with the package name, but without @rnx-kit (which crowds out the left nav). * Change README-include approach from using JSX imports to using a remark plugin. * Fix plugin paths. Update contributing so it appears in both the normal location in the source tree and on the web site. * Change styling for selected left-nav items. Stop using bold as it changes the text-width significantly, causing a shift in the word-wrapping. * Update the tools and architecture overview pages. Move all tools pages from a 'packages' parent dir to a 'tools' parent dir. * Refine resources page. Add discord profile link * Tweak the text at the top of the getting started page * Add the first blog post announcing the launch * docs(changeset): Website and README updates * Change file * Update docsite/src/components/Image.tsx Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2022-05-02 18:03:22 +03:00
The resources below are ways to reach us and the larger community. Plus, you'll
find videos, talks, streaming sessions and podcasts, all about the tools in this
project.
### Interact with us!
Website Update (#1439) * Final draft of getting started * Final draft of introduction page * Update menu and tab styling. * update vscode recommended extension list to include markdown * formatting * minor language/tone update * Add a note about meta capabilities * refine intro of getting started guide * Add prettier formatting for MDX files. * Refine getting started page. Factor out code and text fragments which are useful on other pages. * fix link styling in admonition blocks * write the depenedency management how-to guide * Darken the background for light-mode inline "code" blocks * docs(changeset): Another round of additions and refinments to the documentation website. * further refine light-mode code-box shadows * Add missing "tool for that" link * Update type-safety to show new "moduleSuffixes" option in version 4.7. * Minor tweaks to dependency-management guide. Remove unneeded includes. Text polish. Fix link to PR page in rnx-kit. * Add a guide on bundling. Include placeholder pages for some tools which the bundling guide links to. * Add placeholder pages to left nav. * Fix tree shaking references. Don't use the hyphen. * docs(changeset): Fix references to tree shaking. Remove the hyphen. * docs(changeset): Add bundling guide. Polish existing web pages. Add placeholder pages for some tools packages (needed by bundling guide). * remove old change file * Start with all side-bar categories expanded to make content more discoverable. * Remove warning banner * Add arch overview page. Add dep-check arch page (material from dep-check README and DESIGN files). Add empty dep-check tool page, since it is referenced in dep-check arch page. * Make the code of conduct more approachable by using sentences instead of bullet points. * Copy and polish the text from Contributing.md to the website. Once the site goes live, the contributing page will be a mostly-empty redirect to the site. The site has better rendering capabilities, and will generate a side-nav rather than relying on a TOC at the top of the document. * Add a resources page. Also add an "image with text" for that page. Fix link styling so its less restrictive. Add twitter logo. * fix changeset * Remove hyphen from pull request. * Remove links which don't add value to the current article/guide (e.g. they can be googled easily, as needed). Keep links to content that is not covered but critically important. Also, keep links that refer to the rnx-kit repo. * Remove unneeded outbound links * PR feedback * Remove old changesets * Re-add changefiles * update change files * use code-block titles instead of top-line comments in dependency management arch doc * Create a docusaurus plugin which lets us process markdown files in the monorepo, outside of the docsite project. Create an MDX plugin to remove ranges of markdown based on start/end comments, and add that plugin to the docusaurus plugin. * Add a website page for each publish package's README. Exclude the badges and title. Replace the title with the package name, but without @rnx-kit (which crowds out the left nav). * Change README-include approach from using JSX imports to using a remark plugin. * Fix plugin paths. Update contributing so it appears in both the normal location in the source tree and on the web site. * Change styling for selected left-nav items. Stop using bold as it changes the text-width significantly, causing a shift in the word-wrapping. * Update the tools and architecture overview pages. Move all tools pages from a 'packages' parent dir to a 'tools' parent dir. * Refine resources page. Add discord profile link * Tweak the text at the top of the getting started page * Add the first blog post announcing the launch * docs(changeset): Website and README updates * Change file * Update docsite/src/components/Image.tsx Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2022-05-02 18:03:22 +03:00
<p>
<Image src="/img/github-logo.svg" alt="GitHub Logo" width="24px" invertable>
The primary way to interact with us is via rnx-kit
[Issues](https://github.com/microsoft/rnx-kit/issues),
[Discussions](https://github.com/microsoft/rnx-kit/discussions), and
[Project Board](https://github.com/microsoft/rnx-kit/issues).
Website Update (#1439) * Final draft of getting started * Final draft of introduction page * Update menu and tab styling. * update vscode recommended extension list to include markdown * formatting * minor language/tone update * Add a note about meta capabilities * refine intro of getting started guide * Add prettier formatting for MDX files. * Refine getting started page. Factor out code and text fragments which are useful on other pages. * fix link styling in admonition blocks * write the depenedency management how-to guide * Darken the background for light-mode inline "code" blocks * docs(changeset): Another round of additions and refinments to the documentation website. * further refine light-mode code-box shadows * Add missing "tool for that" link * Update type-safety to show new "moduleSuffixes" option in version 4.7. * Minor tweaks to dependency-management guide. Remove unneeded includes. Text polish. Fix link to PR page in rnx-kit. * Add a guide on bundling. Include placeholder pages for some tools which the bundling guide links to. * Add placeholder pages to left nav. * Fix tree shaking references. Don't use the hyphen. * docs(changeset): Fix references to tree shaking. Remove the hyphen. * docs(changeset): Add bundling guide. Polish existing web pages. Add placeholder pages for some tools packages (needed by bundling guide). * remove old change file * Start with all side-bar categories expanded to make content more discoverable. * Remove warning banner * Add arch overview page. Add dep-check arch page (material from dep-check README and DESIGN files). Add empty dep-check tool page, since it is referenced in dep-check arch page. * Make the code of conduct more approachable by using sentences instead of bullet points. * Copy and polish the text from Contributing.md to the website. Once the site goes live, the contributing page will be a mostly-empty redirect to the site. The site has better rendering capabilities, and will generate a side-nav rather than relying on a TOC at the top of the document. * Add a resources page. Also add an "image with text" for that page. Fix link styling so its less restrictive. Add twitter logo. * fix changeset * Remove hyphen from pull request. * Remove links which don't add value to the current article/guide (e.g. they can be googled easily, as needed). Keep links to content that is not covered but critically important. Also, keep links that refer to the rnx-kit repo. * Remove unneeded outbound links * PR feedback * Remove old changesets * Re-add changefiles * update change files * use code-block titles instead of top-line comments in dependency management arch doc * Create a docusaurus plugin which lets us process markdown files in the monorepo, outside of the docsite project. Create an MDX plugin to remove ranges of markdown based on start/end comments, and add that plugin to the docusaurus plugin. * Add a website page for each publish package's README. Exclude the badges and title. Replace the title with the package name, but without @rnx-kit (which crowds out the left nav). * Change README-include approach from using JSX imports to using a remark plugin. * Fix plugin paths. Update contributing so it appears in both the normal location in the source tree and on the web site. * Change styling for selected left-nav items. Stop using bold as it changes the text-width significantly, causing a shift in the word-wrapping. * Update the tools and architecture overview pages. Move all tools pages from a 'packages' parent dir to a 'tools' parent dir. * Refine resources page. Add discord profile link * Tweak the text at the top of the getting started page * Add the first blog post announcing the launch * docs(changeset): Website and README updates * Change file * Update docsite/src/components/Image.tsx Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2022-05-02 18:03:22 +03:00
</Image>
</p>
<p>
<Image src="/img/tw-logo.svg" alt="Twitter Logo" width="24px">
If you want to keep up with everything React Native at Microsoft, you can
follow our Twitter account
[@ReactNativeMSFT](https://twitter.com/ReactNativeMSFT).
Website Update (#1439) * Final draft of getting started * Final draft of introduction page * Update menu and tab styling. * update vscode recommended extension list to include markdown * formatting * minor language/tone update * Add a note about meta capabilities * refine intro of getting started guide * Add prettier formatting for MDX files. * Refine getting started page. Factor out code and text fragments which are useful on other pages. * fix link styling in admonition blocks * write the depenedency management how-to guide * Darken the background for light-mode inline "code" blocks * docs(changeset): Another round of additions and refinments to the documentation website. * further refine light-mode code-box shadows * Add missing "tool for that" link * Update type-safety to show new "moduleSuffixes" option in version 4.7. * Minor tweaks to dependency-management guide. Remove unneeded includes. Text polish. Fix link to PR page in rnx-kit. * Add a guide on bundling. Include placeholder pages for some tools which the bundling guide links to. * Add placeholder pages to left nav. * Fix tree shaking references. Don't use the hyphen. * docs(changeset): Fix references to tree shaking. Remove the hyphen. * docs(changeset): Add bundling guide. Polish existing web pages. Add placeholder pages for some tools packages (needed by bundling guide). * remove old change file * Start with all side-bar categories expanded to make content more discoverable. * Remove warning banner * Add arch overview page. Add dep-check arch page (material from dep-check README and DESIGN files). Add empty dep-check tool page, since it is referenced in dep-check arch page. * Make the code of conduct more approachable by using sentences instead of bullet points. * Copy and polish the text from Contributing.md to the website. Once the site goes live, the contributing page will be a mostly-empty redirect to the site. The site has better rendering capabilities, and will generate a side-nav rather than relying on a TOC at the top of the document. * Add a resources page. Also add an "image with text" for that page. Fix link styling so its less restrictive. Add twitter logo. * fix changeset * Remove hyphen from pull request. * Remove links which don't add value to the current article/guide (e.g. they can be googled easily, as needed). Keep links to content that is not covered but critically important. Also, keep links that refer to the rnx-kit repo. * Remove unneeded outbound links * PR feedback * Remove old changesets * Re-add changefiles * update change files * use code-block titles instead of top-line comments in dependency management arch doc * Create a docusaurus plugin which lets us process markdown files in the monorepo, outside of the docsite project. Create an MDX plugin to remove ranges of markdown based on start/end comments, and add that plugin to the docusaurus plugin. * Add a website page for each publish package's README. Exclude the badges and title. Replace the title with the package name, but without @rnx-kit (which crowds out the left nav). * Change README-include approach from using JSX imports to using a remark plugin. * Fix plugin paths. Update contributing so it appears in both the normal location in the source tree and on the web site. * Change styling for selected left-nav items. Stop using bold as it changes the text-width significantly, causing a shift in the word-wrapping. * Update the tools and architecture overview pages. Move all tools pages from a 'packages' parent dir to a 'tools' parent dir. * Refine resources page. Add discord profile link * Tweak the text at the top of the getting started page * Add the first blog post announcing the launch * docs(changeset): Website and README updates * Change file * Update docsite/src/components/Image.tsx Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2022-05-02 18:03:22 +03:00
</Image>
</p>
<p>
<Image src="/img/microsoft-logo.svg" alt="Microsoft Logo" width="24px">
You can also subscribe to the official [React Native at Microsoft
devblog](https://devblogs.microsoft.com/react-native) to be in the loop with
all the latest news.
Website Update (#1439) * Final draft of getting started * Final draft of introduction page * Update menu and tab styling. * update vscode recommended extension list to include markdown * formatting * minor language/tone update * Add a note about meta capabilities * refine intro of getting started guide * Add prettier formatting for MDX files. * Refine getting started page. Factor out code and text fragments which are useful on other pages. * fix link styling in admonition blocks * write the depenedency management how-to guide * Darken the background for light-mode inline "code" blocks * docs(changeset): Another round of additions and refinments to the documentation website. * further refine light-mode code-box shadows * Add missing "tool for that" link * Update type-safety to show new "moduleSuffixes" option in version 4.7. * Minor tweaks to dependency-management guide. Remove unneeded includes. Text polish. Fix link to PR page in rnx-kit. * Add a guide on bundling. Include placeholder pages for some tools which the bundling guide links to. * Add placeholder pages to left nav. * Fix tree shaking references. Don't use the hyphen. * docs(changeset): Fix references to tree shaking. Remove the hyphen. * docs(changeset): Add bundling guide. Polish existing web pages. Add placeholder pages for some tools packages (needed by bundling guide). * remove old change file * Start with all side-bar categories expanded to make content more discoverable. * Remove warning banner * Add arch overview page. Add dep-check arch page (material from dep-check README and DESIGN files). Add empty dep-check tool page, since it is referenced in dep-check arch page. * Make the code of conduct more approachable by using sentences instead of bullet points. * Copy and polish the text from Contributing.md to the website. Once the site goes live, the contributing page will be a mostly-empty redirect to the site. The site has better rendering capabilities, and will generate a side-nav rather than relying on a TOC at the top of the document. * Add a resources page. Also add an "image with text" for that page. Fix link styling so its less restrictive. Add twitter logo. * fix changeset * Remove hyphen from pull request. * Remove links which don't add value to the current article/guide (e.g. they can be googled easily, as needed). Keep links to content that is not covered but critically important. Also, keep links that refer to the rnx-kit repo. * Remove unneeded outbound links * PR feedback * Remove old changesets * Re-add changefiles * update change files * use code-block titles instead of top-line comments in dependency management arch doc * Create a docusaurus plugin which lets us process markdown files in the monorepo, outside of the docsite project. Create an MDX plugin to remove ranges of markdown based on start/end comments, and add that plugin to the docusaurus plugin. * Add a website page for each publish package's README. Exclude the badges and title. Replace the title with the package name, but without @rnx-kit (which crowds out the left nav). * Change README-include approach from using JSX imports to using a remark plugin. * Fix plugin paths. Update contributing so it appears in both the normal location in the source tree and on the web site. * Change styling for selected left-nav items. Stop using bold as it changes the text-width significantly, causing a shift in the word-wrapping. * Update the tools and architecture overview pages. Move all tools pages from a 'packages' parent dir to a 'tools' parent dir. * Refine resources page. Add discord profile link * Tweak the text at the top of the getting started page * Add the first blog post announcing the launch * docs(changeset): Website and README updates * Change file * Update docsite/src/components/Image.tsx Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2022-05-02 18:03:22 +03:00
</Image>
</p>
### Keep up with React Native
Website Update (#1439) * Final draft of getting started * Final draft of introduction page * Update menu and tab styling. * update vscode recommended extension list to include markdown * formatting * minor language/tone update * Add a note about meta capabilities * refine intro of getting started guide * Add prettier formatting for MDX files. * Refine getting started page. Factor out code and text fragments which are useful on other pages. * fix link styling in admonition blocks * write the depenedency management how-to guide * Darken the background for light-mode inline "code" blocks * docs(changeset): Another round of additions and refinments to the documentation website. * further refine light-mode code-box shadows * Add missing "tool for that" link * Update type-safety to show new "moduleSuffixes" option in version 4.7. * Minor tweaks to dependency-management guide. Remove unneeded includes. Text polish. Fix link to PR page in rnx-kit. * Add a guide on bundling. Include placeholder pages for some tools which the bundling guide links to. * Add placeholder pages to left nav. * Fix tree shaking references. Don't use the hyphen. * docs(changeset): Fix references to tree shaking. Remove the hyphen. * docs(changeset): Add bundling guide. Polish existing web pages. Add placeholder pages for some tools packages (needed by bundling guide). * remove old change file * Start with all side-bar categories expanded to make content more discoverable. * Remove warning banner * Add arch overview page. Add dep-check arch page (material from dep-check README and DESIGN files). Add empty dep-check tool page, since it is referenced in dep-check arch page. * Make the code of conduct more approachable by using sentences instead of bullet points. * Copy and polish the text from Contributing.md to the website. Once the site goes live, the contributing page will be a mostly-empty redirect to the site. The site has better rendering capabilities, and will generate a side-nav rather than relying on a TOC at the top of the document. * Add a resources page. Also add an "image with text" for that page. Fix link styling so its less restrictive. Add twitter logo. * fix changeset * Remove hyphen from pull request. * Remove links which don't add value to the current article/guide (e.g. they can be googled easily, as needed). Keep links to content that is not covered but critically important. Also, keep links that refer to the rnx-kit repo. * Remove unneeded outbound links * PR feedback * Remove old changesets * Re-add changefiles * update change files * use code-block titles instead of top-line comments in dependency management arch doc * Create a docusaurus plugin which lets us process markdown files in the monorepo, outside of the docsite project. Create an MDX plugin to remove ranges of markdown based on start/end comments, and add that plugin to the docusaurus plugin. * Add a website page for each publish package's README. Exclude the badges and title. Replace the title with the package name, but without @rnx-kit (which crowds out the left nav). * Change README-include approach from using JSX imports to using a remark plugin. * Fix plugin paths. Update contributing so it appears in both the normal location in the source tree and on the web site. * Change styling for selected left-nav items. Stop using bold as it changes the text-width significantly, causing a shift in the word-wrapping. * Update the tools and architecture overview pages. Move all tools pages from a 'packages' parent dir to a 'tools' parent dir. * Refine resources page. Add discord profile link * Tweak the text at the top of the getting started page * Add the first blog post announcing the launch * docs(changeset): Website and README updates * Change file * Update docsite/src/components/Image.tsx Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2022-05-02 18:03:22 +03:00
<p>
<Image src="/img/react-logo.svg" alt="React Native Logo" width="24px">
[React Native Community](https://reactnative.dev/help)
Website Update (#1439) * Final draft of getting started * Final draft of introduction page * Update menu and tab styling. * update vscode recommended extension list to include markdown * formatting * minor language/tone update * Add a note about meta capabilities * refine intro of getting started guide * Add prettier formatting for MDX files. * Refine getting started page. Factor out code and text fragments which are useful on other pages. * fix link styling in admonition blocks * write the depenedency management how-to guide * Darken the background for light-mode inline "code" blocks * docs(changeset): Another round of additions and refinments to the documentation website. * further refine light-mode code-box shadows * Add missing "tool for that" link * Update type-safety to show new "moduleSuffixes" option in version 4.7. * Minor tweaks to dependency-management guide. Remove unneeded includes. Text polish. Fix link to PR page in rnx-kit. * Add a guide on bundling. Include placeholder pages for some tools which the bundling guide links to. * Add placeholder pages to left nav. * Fix tree shaking references. Don't use the hyphen. * docs(changeset): Fix references to tree shaking. Remove the hyphen. * docs(changeset): Add bundling guide. Polish existing web pages. Add placeholder pages for some tools packages (needed by bundling guide). * remove old change file * Start with all side-bar categories expanded to make content more discoverable. * Remove warning banner * Add arch overview page. Add dep-check arch page (material from dep-check README and DESIGN files). Add empty dep-check tool page, since it is referenced in dep-check arch page. * Make the code of conduct more approachable by using sentences instead of bullet points. * Copy and polish the text from Contributing.md to the website. Once the site goes live, the contributing page will be a mostly-empty redirect to the site. The site has better rendering capabilities, and will generate a side-nav rather than relying on a TOC at the top of the document. * Add a resources page. Also add an "image with text" for that page. Fix link styling so its less restrictive. Add twitter logo. * fix changeset * Remove hyphen from pull request. * Remove links which don't add value to the current article/guide (e.g. they can be googled easily, as needed). Keep links to content that is not covered but critically important. Also, keep links that refer to the rnx-kit repo. * Remove unneeded outbound links * PR feedback * Remove old changesets * Re-add changefiles * update change files * use code-block titles instead of top-line comments in dependency management arch doc * Create a docusaurus plugin which lets us process markdown files in the monorepo, outside of the docsite project. Create an MDX plugin to remove ranges of markdown based on start/end comments, and add that plugin to the docusaurus plugin. * Add a website page for each publish package's README. Exclude the badges and title. Replace the title with the package name, but without @rnx-kit (which crowds out the left nav). * Change README-include approach from using JSX imports to using a remark plugin. * Fix plugin paths. Update contributing so it appears in both the normal location in the source tree and on the web site. * Change styling for selected left-nav items. Stop using bold as it changes the text-width significantly, causing a shift in the word-wrapping. * Update the tools and architecture overview pages. Move all tools pages from a 'packages' parent dir to a 'tools' parent dir. * Refine resources page. Add discord profile link * Tweak the text at the top of the getting started page * Add the first blog post announcing the launch * docs(changeset): Website and README updates * Change file * Update docsite/src/components/Image.tsx Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2022-05-02 18:03:22 +03:00
</Image>
</p>
<p>
<Image src="/img/react-logo.svg" alt="React Native Logo" width="24px">
[React Native Blog](https://reactnative.dev/blog)
Website Update (#1439) * Final draft of getting started * Final draft of introduction page * Update menu and tab styling. * update vscode recommended extension list to include markdown * formatting * minor language/tone update * Add a note about meta capabilities * refine intro of getting started guide * Add prettier formatting for MDX files. * Refine getting started page. Factor out code and text fragments which are useful on other pages. * fix link styling in admonition blocks * write the depenedency management how-to guide * Darken the background for light-mode inline "code" blocks * docs(changeset): Another round of additions and refinments to the documentation website. * further refine light-mode code-box shadows * Add missing "tool for that" link * Update type-safety to show new "moduleSuffixes" option in version 4.7. * Minor tweaks to dependency-management guide. Remove unneeded includes. Text polish. Fix link to PR page in rnx-kit. * Add a guide on bundling. Include placeholder pages for some tools which the bundling guide links to. * Add placeholder pages to left nav. * Fix tree shaking references. Don't use the hyphen. * docs(changeset): Fix references to tree shaking. Remove the hyphen. * docs(changeset): Add bundling guide. Polish existing web pages. Add placeholder pages for some tools packages (needed by bundling guide). * remove old change file * Start with all side-bar categories expanded to make content more discoverable. * Remove warning banner * Add arch overview page. Add dep-check arch page (material from dep-check README and DESIGN files). Add empty dep-check tool page, since it is referenced in dep-check arch page. * Make the code of conduct more approachable by using sentences instead of bullet points. * Copy and polish the text from Contributing.md to the website. Once the site goes live, the contributing page will be a mostly-empty redirect to the site. The site has better rendering capabilities, and will generate a side-nav rather than relying on a TOC at the top of the document. * Add a resources page. Also add an "image with text" for that page. Fix link styling so its less restrictive. Add twitter logo. * fix changeset * Remove hyphen from pull request. * Remove links which don't add value to the current article/guide (e.g. they can be googled easily, as needed). Keep links to content that is not covered but critically important. Also, keep links that refer to the rnx-kit repo. * Remove unneeded outbound links * PR feedback * Remove old changesets * Re-add changefiles * update change files * use code-block titles instead of top-line comments in dependency management arch doc * Create a docusaurus plugin which lets us process markdown files in the monorepo, outside of the docsite project. Create an MDX plugin to remove ranges of markdown based on start/end comments, and add that plugin to the docusaurus plugin. * Add a website page for each publish package's README. Exclude the badges and title. Replace the title with the package name, but without @rnx-kit (which crowds out the left nav). * Change README-include approach from using JSX imports to using a remark plugin. * Fix plugin paths. Update contributing so it appears in both the normal location in the source tree and on the web site. * Change styling for selected left-nav items. Stop using bold as it changes the text-width significantly, causing a shift in the word-wrapping. * Update the tools and architecture overview pages. Move all tools pages from a 'packages' parent dir to a 'tools' parent dir. * Refine resources page. Add discord profile link * Tweak the text at the top of the getting started page * Add the first blog post announcing the launch * docs(changeset): Website and README updates * Change file * Update docsite/src/components/Image.tsx Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2022-05-02 18:03:22 +03:00
</Image>
</p>
## Talks
### Videos
<iframe
src="https://www.youtube.com/embed/PYMMxfttOug"
title="Our Journey of Making React Native a Preferred Choice - Lorenzo Sciandra & Tommy Nguyen | RNEU 2023"
width="560"
height="315"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<iframe
src="https://www.youtube.com/embed/zgAjZVcvsv8"
title="Changing React Native... from within! - Adam Foxman | React Native EU 2022"
width="560"
height="315"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
Website Update (#1439) * Final draft of getting started * Final draft of introduction page * Update menu and tab styling. * update vscode recommended extension list to include markdown * formatting * minor language/tone update * Add a note about meta capabilities * refine intro of getting started guide * Add prettier formatting for MDX files. * Refine getting started page. Factor out code and text fragments which are useful on other pages. * fix link styling in admonition blocks * write the depenedency management how-to guide * Darken the background for light-mode inline "code" blocks * docs(changeset): Another round of additions and refinments to the documentation website. * further refine light-mode code-box shadows * Add missing "tool for that" link * Update type-safety to show new "moduleSuffixes" option in version 4.7. * Minor tweaks to dependency-management guide. Remove unneeded includes. Text polish. Fix link to PR page in rnx-kit. * Add a guide on bundling. Include placeholder pages for some tools which the bundling guide links to. * Add placeholder pages to left nav. * Fix tree shaking references. Don't use the hyphen. * docs(changeset): Fix references to tree shaking. Remove the hyphen. * docs(changeset): Add bundling guide. Polish existing web pages. Add placeholder pages for some tools packages (needed by bundling guide). * remove old change file * Start with all side-bar categories expanded to make content more discoverable. * Remove warning banner * Add arch overview page. Add dep-check arch page (material from dep-check README and DESIGN files). Add empty dep-check tool page, since it is referenced in dep-check arch page. * Make the code of conduct more approachable by using sentences instead of bullet points. * Copy and polish the text from Contributing.md to the website. Once the site goes live, the contributing page will be a mostly-empty redirect to the site. The site has better rendering capabilities, and will generate a side-nav rather than relying on a TOC at the top of the document. * Add a resources page. Also add an "image with text" for that page. Fix link styling so its less restrictive. Add twitter logo. * fix changeset * Remove hyphen from pull request. * Remove links which don't add value to the current article/guide (e.g. they can be googled easily, as needed). Keep links to content that is not covered but critically important. Also, keep links that refer to the rnx-kit repo. * Remove unneeded outbound links * PR feedback * Remove old changesets * Re-add changefiles * update change files * use code-block titles instead of top-line comments in dependency management arch doc * Create a docusaurus plugin which lets us process markdown files in the monorepo, outside of the docsite project. Create an MDX plugin to remove ranges of markdown based on start/end comments, and add that plugin to the docusaurus plugin. * Add a website page for each publish package's README. Exclude the badges and title. Replace the title with the package name, but without @rnx-kit (which crowds out the left nav). * Change README-include approach from using JSX imports to using a remark plugin. * Fix plugin paths. Update contributing so it appears in both the normal location in the source tree and on the web site. * Change styling for selected left-nav items. Stop using bold as it changes the text-width significantly, causing a shift in the word-wrapping. * Update the tools and architecture overview pages. Move all tools pages from a 'packages' parent dir to a 'tools' parent dir. * Refine resources page. Add discord profile link * Tweak the text at the top of the getting started page * Add the first blog post announcing the launch * docs(changeset): Website and README updates * Change file * Update docsite/src/components/Image.tsx Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2022-05-02 18:03:22 +03:00
<iframe
src="https://www.youtube.com/embed/-6oCo7lTRTw"
title="Latest rnx-kit advancements with Adam Foxman from Microsoft - React Native Live"
width="560"
height="315"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
Website Update (#1439) * Final draft of getting started * Final draft of introduction page * Update menu and tab styling. * update vscode recommended extension list to include markdown * formatting * minor language/tone update * Add a note about meta capabilities * refine intro of getting started guide * Add prettier formatting for MDX files. * Refine getting started page. Factor out code and text fragments which are useful on other pages. * fix link styling in admonition blocks * write the depenedency management how-to guide * Darken the background for light-mode inline "code" blocks * docs(changeset): Another round of additions and refinments to the documentation website. * further refine light-mode code-box shadows * Add missing "tool for that" link * Update type-safety to show new "moduleSuffixes" option in version 4.7. * Minor tweaks to dependency-management guide. Remove unneeded includes. Text polish. Fix link to PR page in rnx-kit. * Add a guide on bundling. Include placeholder pages for some tools which the bundling guide links to. * Add placeholder pages to left nav. * Fix tree shaking references. Don't use the hyphen. * docs(changeset): Fix references to tree shaking. Remove the hyphen. * docs(changeset): Add bundling guide. Polish existing web pages. Add placeholder pages for some tools packages (needed by bundling guide). * remove old change file * Start with all side-bar categories expanded to make content more discoverable. * Remove warning banner * Add arch overview page. Add dep-check arch page (material from dep-check README and DESIGN files). Add empty dep-check tool page, since it is referenced in dep-check arch page. * Make the code of conduct more approachable by using sentences instead of bullet points. * Copy and polish the text from Contributing.md to the website. Once the site goes live, the contributing page will be a mostly-empty redirect to the site. The site has better rendering capabilities, and will generate a side-nav rather than relying on a TOC at the top of the document. * Add a resources page. Also add an "image with text" for that page. Fix link styling so its less restrictive. Add twitter logo. * fix changeset * Remove hyphen from pull request. * Remove links which don't add value to the current article/guide (e.g. they can be googled easily, as needed). Keep links to content that is not covered but critically important. Also, keep links that refer to the rnx-kit repo. * Remove unneeded outbound links * PR feedback * Remove old changesets * Re-add changefiles * update change files * use code-block titles instead of top-line comments in dependency management arch doc * Create a docusaurus plugin which lets us process markdown files in the monorepo, outside of the docsite project. Create an MDX plugin to remove ranges of markdown based on start/end comments, and add that plugin to the docusaurus plugin. * Add a website page for each publish package's README. Exclude the badges and title. Replace the title with the package name, but without @rnx-kit (which crowds out the left nav). * Change README-include approach from using JSX imports to using a remark plugin. * Fix plugin paths. Update contributing so it appears in both the normal location in the source tree and on the web site. * Change styling for selected left-nav items. Stop using bold as it changes the text-width significantly, causing a shift in the word-wrapping. * Update the tools and architecture overview pages. Move all tools pages from a 'packages' parent dir to a 'tools' parent dir. * Refine resources page. Add discord profile link * Tweak the text at the top of the getting started page * Add the first blog post announcing the launch * docs(changeset): Website and README updates * Change file * Update docsite/src/components/Image.tsx Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2022-05-02 18:03:22 +03:00
<iframe
src="https://www.youtube.com/embed/5_Jj1Ex_s5o"
title="Exploring rnx-kit with Adam Foxman - React Native Live"
Website Update (#1439) * Final draft of getting started * Final draft of introduction page * Update menu and tab styling. * update vscode recommended extension list to include markdown * formatting * minor language/tone update * Add a note about meta capabilities * refine intro of getting started guide * Add prettier formatting for MDX files. * Refine getting started page. Factor out code and text fragments which are useful on other pages. * fix link styling in admonition blocks * write the depenedency management how-to guide * Darken the background for light-mode inline "code" blocks * docs(changeset): Another round of additions and refinments to the documentation website. * further refine light-mode code-box shadows * Add missing "tool for that" link * Update type-safety to show new "moduleSuffixes" option in version 4.7. * Minor tweaks to dependency-management guide. Remove unneeded includes. Text polish. Fix link to PR page in rnx-kit. * Add a guide on bundling. Include placeholder pages for some tools which the bundling guide links to. * Add placeholder pages to left nav. * Fix tree shaking references. Don't use the hyphen. * docs(changeset): Fix references to tree shaking. Remove the hyphen. * docs(changeset): Add bundling guide. Polish existing web pages. Add placeholder pages for some tools packages (needed by bundling guide). * remove old change file * Start with all side-bar categories expanded to make content more discoverable. * Remove warning banner * Add arch overview page. Add dep-check arch page (material from dep-check README and DESIGN files). Add empty dep-check tool page, since it is referenced in dep-check arch page. * Make the code of conduct more approachable by using sentences instead of bullet points. * Copy and polish the text from Contributing.md to the website. Once the site goes live, the contributing page will be a mostly-empty redirect to the site. The site has better rendering capabilities, and will generate a side-nav rather than relying on a TOC at the top of the document. * Add a resources page. Also add an "image with text" for that page. Fix link styling so its less restrictive. Add twitter logo. * fix changeset * Remove hyphen from pull request. * Remove links which don't add value to the current article/guide (e.g. they can be googled easily, as needed). Keep links to content that is not covered but critically important. Also, keep links that refer to the rnx-kit repo. * Remove unneeded outbound links * PR feedback * Remove old changesets * Re-add changefiles * update change files * use code-block titles instead of top-line comments in dependency management arch doc * Create a docusaurus plugin which lets us process markdown files in the monorepo, outside of the docsite project. Create an MDX plugin to remove ranges of markdown based on start/end comments, and add that plugin to the docusaurus plugin. * Add a website page for each publish package's README. Exclude the badges and title. Replace the title with the package name, but without @rnx-kit (which crowds out the left nav). * Change README-include approach from using JSX imports to using a remark plugin. * Fix plugin paths. Update contributing so it appears in both the normal location in the source tree and on the web site. * Change styling for selected left-nav items. Stop using bold as it changes the text-width significantly, causing a shift in the word-wrapping. * Update the tools and architecture overview pages. Move all tools pages from a 'packages' parent dir to a 'tools' parent dir. * Refine resources page. Add discord profile link * Tweak the text at the top of the getting started page * Add the first blog post announcing the launch * docs(changeset): Website and README updates * Change file * Update docsite/src/components/Image.tsx Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2022-05-02 18:03:22 +03:00
width="560"
height="315"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
Website Update (#1439) * Final draft of getting started * Final draft of introduction page * Update menu and tab styling. * update vscode recommended extension list to include markdown * formatting * minor language/tone update * Add a note about meta capabilities * refine intro of getting started guide * Add prettier formatting for MDX files. * Refine getting started page. Factor out code and text fragments which are useful on other pages. * fix link styling in admonition blocks * write the depenedency management how-to guide * Darken the background for light-mode inline "code" blocks * docs(changeset): Another round of additions and refinments to the documentation website. * further refine light-mode code-box shadows * Add missing "tool for that" link * Update type-safety to show new "moduleSuffixes" option in version 4.7. * Minor tweaks to dependency-management guide. Remove unneeded includes. Text polish. Fix link to PR page in rnx-kit. * Add a guide on bundling. Include placeholder pages for some tools which the bundling guide links to. * Add placeholder pages to left nav. * Fix tree shaking references. Don't use the hyphen. * docs(changeset): Fix references to tree shaking. Remove the hyphen. * docs(changeset): Add bundling guide. Polish existing web pages. Add placeholder pages for some tools packages (needed by bundling guide). * remove old change file * Start with all side-bar categories expanded to make content more discoverable. * Remove warning banner * Add arch overview page. Add dep-check arch page (material from dep-check README and DESIGN files). Add empty dep-check tool page, since it is referenced in dep-check arch page. * Make the code of conduct more approachable by using sentences instead of bullet points. * Copy and polish the text from Contributing.md to the website. Once the site goes live, the contributing page will be a mostly-empty redirect to the site. The site has better rendering capabilities, and will generate a side-nav rather than relying on a TOC at the top of the document. * Add a resources page. Also add an "image with text" for that page. Fix link styling so its less restrictive. Add twitter logo. * fix changeset * Remove hyphen from pull request. * Remove links which don't add value to the current article/guide (e.g. they can be googled easily, as needed). Keep links to content that is not covered but critically important. Also, keep links that refer to the rnx-kit repo. * Remove unneeded outbound links * PR feedback * Remove old changesets * Re-add changefiles * update change files * use code-block titles instead of top-line comments in dependency management arch doc * Create a docusaurus plugin which lets us process markdown files in the monorepo, outside of the docsite project. Create an MDX plugin to remove ranges of markdown based on start/end comments, and add that plugin to the docusaurus plugin. * Add a website page for each publish package's README. Exclude the badges and title. Replace the title with the package name, but without @rnx-kit (which crowds out the left nav). * Change README-include approach from using JSX imports to using a remark plugin. * Fix plugin paths. Update contributing so it appears in both the normal location in the source tree and on the web site. * Change styling for selected left-nav items. Stop using bold as it changes the text-width significantly, causing a shift in the word-wrapping. * Update the tools and architecture overview pages. Move all tools pages from a 'packages' parent dir to a 'tools' parent dir. * Refine resources page. Add discord profile link * Tweak the text at the top of the getting started page * Add the first blog post announcing the launch * docs(changeset): Website and README updates * Change file * Update docsite/src/components/Image.tsx Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2022-05-02 18:03:22 +03:00
allowfullscreen
></iframe>
<iframe
src="https://www.youtube.com/embed/DAEnPV78rQc"
title="React Native EU 2021: Improve All the Repos - Exploring Microsoft's DevExp"
width="560"
height="315"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
### Podcasts
Website Update (#1439) * Final draft of getting started * Final draft of introduction page * Update menu and tab styling. * update vscode recommended extension list to include markdown * formatting * minor language/tone update * Add a note about meta capabilities * refine intro of getting started guide * Add prettier formatting for MDX files. * Refine getting started page. Factor out code and text fragments which are useful on other pages. * fix link styling in admonition blocks * write the depenedency management how-to guide * Darken the background for light-mode inline "code" blocks * docs(changeset): Another round of additions and refinments to the documentation website. * further refine light-mode code-box shadows * Add missing "tool for that" link * Update type-safety to show new "moduleSuffixes" option in version 4.7. * Minor tweaks to dependency-management guide. Remove unneeded includes. Text polish. Fix link to PR page in rnx-kit. * Add a guide on bundling. Include placeholder pages for some tools which the bundling guide links to. * Add placeholder pages to left nav. * Fix tree shaking references. Don't use the hyphen. * docs(changeset): Fix references to tree shaking. Remove the hyphen. * docs(changeset): Add bundling guide. Polish existing web pages. Add placeholder pages for some tools packages (needed by bundling guide). * remove old change file * Start with all side-bar categories expanded to make content more discoverable. * Remove warning banner * Add arch overview page. Add dep-check arch page (material from dep-check README and DESIGN files). Add empty dep-check tool page, since it is referenced in dep-check arch page. * Make the code of conduct more approachable by using sentences instead of bullet points. * Copy and polish the text from Contributing.md to the website. Once the site goes live, the contributing page will be a mostly-empty redirect to the site. The site has better rendering capabilities, and will generate a side-nav rather than relying on a TOC at the top of the document. * Add a resources page. Also add an "image with text" for that page. Fix link styling so its less restrictive. Add twitter logo. * fix changeset * Remove hyphen from pull request. * Remove links which don't add value to the current article/guide (e.g. they can be googled easily, as needed). Keep links to content that is not covered but critically important. Also, keep links that refer to the rnx-kit repo. * Remove unneeded outbound links * PR feedback * Remove old changesets * Re-add changefiles * update change files * use code-block titles instead of top-line comments in dependency management arch doc * Create a docusaurus plugin which lets us process markdown files in the monorepo, outside of the docsite project. Create an MDX plugin to remove ranges of markdown based on start/end comments, and add that plugin to the docusaurus plugin. * Add a website page for each publish package's README. Exclude the badges and title. Replace the title with the package name, but without @rnx-kit (which crowds out the left nav). * Change README-include approach from using JSX imports to using a remark plugin. * Fix plugin paths. Update contributing so it appears in both the normal location in the source tree and on the web site. * Change styling for selected left-nav items. Stop using bold as it changes the text-width significantly, causing a shift in the word-wrapping. * Update the tools and architecture overview pages. Move all tools pages from a 'packages' parent dir to a 'tools' parent dir. * Refine resources page. Add discord profile link * Tweak the text at the top of the getting started page * Add the first blog post announcing the launch * docs(changeset): Website and README updates * Change file * Update docsite/src/components/Image.tsx Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2022-05-02 18:03:22 +03:00
<iframe
src="https://player.simplecast.com/d07ef244-d829-491a-9bf2-aa681db7a8dd?dark=true"
height="200px"
width="100%"
frameborder="no"
scrolling="no"
seamless
></iframe>