Working on @reactjs for the web
-
Meta
- San Francisco, CA
- http://nicolasgallagher.com
- https://threads.net/@nicolas.img
Pinned Loading
-
facebook/react-strict-dom
facebook/react-strict-dom PublicReact Strict DOM (RSD) standardizes the development of styled React components for web and native.
-
facebook/stylex
facebook/stylex PublicStyleX is the styling system for ambitious user interfaces.
-
-
634 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Loading
Contribution activity
March 2025
Created 18 commits in 2 repositories
Created a pull request in facebook/stylex that received 4 comments
Delete esbuild and webpack plugins
What changed / motivation ?
Removes the remaining deprecated plugins - esbuild-plugin
and webpack-plugin
.
+36
−10,340
lines changed
•
4
comments
Opened 14 other pull requests in 2 repositories
facebook/stylex
12
merged
-
Update team and contributors
This contribution was made on Mar 25
-
Minor docs updates
This contribution was made on Mar 24
-
Improve monorepo eslint config
This contribution was made on Mar 20
-
Add more example app placeholders
This contribution was made on Mar 20
-
Reorganize monorepo scripts
This contribution was made on Mar 18
-
Add a CHANGELOG file
This contribution was made on Mar 18
-
Rename 'apps' to 'examples'
This contribution was made on Mar 17
-
Move 'docs' to 'packages'
This contribution was made on Mar 6
-
Delete dev-runtime, nextjs-plugin, open-props packages
This contribution was made on Mar 3
-
Add missing copyright header
This contribution was made on Mar 3
-
Fix package.json errors
This contribution was made on Mar 3
-
Fix style compilation for string and number keys
This contribution was made on Mar 2
facebook/react-strict-dom
1
merged
1
open
-
Remove default text from website title
This contribution was made on Mar 25
-
Add default accessibility roles to native elements
This contribution was made on Mar 25
Reviewed 13 pull requests in 1 repository
facebook/stylex
13 pull requests
-
fix: add type safety to sourcemap construction
This contribution was made on Mar 26
-
chore: disallow spreading in stylex.create
This contribution was made on Mar 26
-
chore: improve documentation for lint rules
This contribution was made on Mar 24
-
chore: remove leftover esbuild and webpack examples and references
This contribution was made on Mar 24
-
perf: Fix edge-case slowdown in compilation
This contribution was made on Mar 19
-
Reorganize monorepo scripts
This contribution was made on Mar 19
-
chore: add test fixture that uses evaluated functions
This contribution was made on Mar 17
-
Move 'docs' to 'packages'
This contribution was made on Mar 10
-
fix: Escape special characters from debug var names
This contribution was made on Mar 10
-
Feat: Automatically Discover StyleX Aliases from Configuration Files (Rebased PR of #810)
This contribution was made on Mar 6
-
fix: mismatch in debug classnames when
enableDebugClassNames
is falseThis contribution was made on Mar 6 -
chore: Add more vercel config to the json file
This contribution was made on Mar 4
-
fix: bring back cross-origin config for fixing playground
This contribution was made on Mar 4
Created an issue in facebook/stylex that received 1 comment
[babel-plugin] stylex.defineVars leaves unused code behind
Describe the issue Detect which variables are used in styles and strip out the rest from the generated CSS file. Expected behavior Only the used va…
1
comment