The Wayback Machine - https://web.archive.org/web/20210418152643/https://github.com/aleclarson
Skip to content
Avatar
🍪
Baking apps with react-native-macos
🍪
Baking apps with react-native-macos

Sponsors

@piazzatron @TheSisb @loeck @puckey @smashercosmo

Highlights

  • Arctic Code Vault Contributor
  • 12 discussions answered
Block or Report

Pinned

  1. Easy observable state for React ⚡️

    TypeScript 133 7

  2. Next generation frontend tooling. It's fast!

    TypeScript 24.3k 1.5k

  3. Spy on files 🔍

    TypeScript 18 1

  4. More flexible monorepos

    TypeScript 8

  5. Type-safe, isomorphic event emitters

    TypeScript 111 1

  6. Support for TypeScript's path mapping in Vite

    TypeScript 82 5

Contribution activity

April 2021

Created 9 repositories

Created a pull request in brillout/vite-plugin-mdx that received 18 comments

feat: embed other mdx/md files

By importing a .mdx or .md file without an import specifier, you can embed its contents within the importing .mdx file. import "../foo/bar.mdx"

+435 −134 18 comments
Reviewed 2 pull requests in 1 repository

Created an issue in mdx-js/mdx that received 9 comments

Alternative to createMdxAstCompiler without mdxAstToMdxHast

I want an export like createMdxAstCompiler but I also want to preserve the MDX syntax tree, instead of getting a HTML syntax tree back. This is for…

9 comments