Parcel Profile
Parcel

@parceljs

Followers
7K
Following
1
Media
22
Statuses
271

πŸ“¦πŸš€ Blazing fast, zero configuration web application bundler

Joined October 2017
Don't wanna be here? Send us removal request.
@devongovett
Devon Govett
27 days
In case you missed it, here’s the recording of my talk!
0
3
25
@Danny_H_W
Daniel Williams
28 days
Did you know this was possible with parcel? Pretty cool.
4
10
157
@devongovett
Devon Govett
3 months
Wrote an article about how React Server Components integrate with a bundler. It's a deep dive into how code splitting works, how RSCs eliminate network waterfalls, how environment directives like "use client" work, CSS loading, etc. Check it out!
devongovett.me
Parcel v2.14.0 added support for React Server Components. This post is a deep dive into the internals: how RSCs integrate with a bundler, what directives like "use client" actually do, how code...
11
54
341
@devongovett
Devon Govett
4 months
Very happy that Parcel helped enable this! 🀩
@ReactRouter
React Router
4 months
React Router now has support for React Server Components We're introducing a more powerful RSC-powered Data Mode that brings most of Framework Mode's features to our lower level library APIs
0
10
114
@devongovett
Devon Govett
6 months
RSC support in React Router powered by Parcel! 🀩
Tweet card summary image
remix.run
React Router's preview support for React Server Components is now available
8
18
211
@devongovett
Devon Govett
6 months
Parcel v2.15 introduces a new HTML and SVG transformer and minifier written in Rust using browser-grade components from Firefox + Servo! πŸš€ Replaces posthtml, htmlnano, SVGO, and SVGR. 10x faster. Reduces npm dependencies by 25% and install size by 45%. https://t.co/lqYHMY8Vhk
Tweet card summary image
parceljs.org
Parcel v2.15.0 introduces a new transformer and minifier for HTML and SVG, implemented in Rust using browser-grade components from Firefox and Servo. It also reduces the number of npm dependencies by...
3
16
160
@devongovett
Devon Govett
7 months
React 19.1 enables Server Components in Parcel with React Stable (not only canary)! Just released Parcel v2.14.3 with the corresponding update. πŸ₯³
@reactjs
React
7 months
React 19.1 has just been released! Check out the latest updates here:
4
14
200
@devongovett
Devon Govett
8 months
Added new Parcel React Server Components examples with Deno and Bun! You can use any server/runtime you want. Parcel just builds your code. https://t.co/kn1RGr0507
7
16
126
@devongovett
Devon Govett
8 months
Happy to announce Parcel v2.14, now with support for React Server Components! πŸ₯³ RSCs can be integrated into client-rendered apps, server rendered, or statically rendered at build time. Also: rust MDX compiler, create-parcel CLI, new error overlay, and native import maps.
17
48
403
@devongovett
Devon Govett
9 months
$ npx cra-to-parcel ✨
3
4
74
@devongovett
Devon Govett
9 months
New Create React App to Parcel migration guide: https://t.co/tMGKzRt4mf Covers our new automated migration script, and how to migrate manually step by step.
parceljs.org
This page covers how to migrate from Create React App to Parcel.
2
3
37
@devongovett
Devon Govett
11 months
Just published a Storybook Builder for Parcel! πŸ₯³ It preserves state via React Fast Refresh in both your components and CSF story files using a custom transformer. Haven't seen this anywhere else. Hot reloading for auto-generated controls via TS too.
4
9
109
@devongovett
Devon Govett
1 year
Just released Parcel v2.13.0! πŸš€ Mostly a maintenance release (40+ fixes & updates!), but also a few nice features: πŸ“š New library mode that doesn't bundle, for improved tree shakability πŸ§‘β€πŸ³ TypeScript proxy server config πŸ—ƒοΈ Globs in package.json source field 🏎️ Faster resolver
2
5
106
@devongovett
Devon Govett
1 year
Lightning CSS v1.25.0 is out! ⚑️ β€’ CSS module options to disable scoping for grid, animation, and other features β€’ Optimizes the `all` shorthand β€’ Support animation-timeline in animation shorthand β€’ Bug fixes for transforms, color, and animations https://t.co/F8YFmIfzsP
Tweet card summary image
github.com
This release adds more granular options for CSS modules, implements some new CSS properties, and fixes bugs. Added Add granular options to control which identifiers are scoped in CSS modules. You ...
1
13
103
@devongovett
Devon Govett
2 years
Parcel also enables you to generate additional assets (eg css) from a macro. You can build your own statically extracted CSS-in-JS library in only a few lines of code. And since macros are just functions, you can create any API you want, eg accepting objects or theme values! 😲
1
6
55
@devongovett
Devon Govett
2 years
tailwind-merge can be used as a macro in Parcel to run it at build time! The output is a static string, so there is no runtime performance impact and the 20kb of extra bundle size is avoided. Pretty cool! πŸ™‚
@devongovett
Devon Govett
2 years
πŸ“’ Parcel v2.12.0 brings support for macros, a new web-based REPL, improved CSS bundling, and manual code splitting! Macros are JS/TS functions that run at build time instead of being bundled. They can generate constants, code, and even assets (eg css)! https://t.co/PVCgG11H1y
13
24
346
@devongovett
Devon Govett
2 years
πŸ“’ Parcel v2.12.0 brings support for macros, a new web-based REPL, improved CSS bundling, and manual code splitting! Macros are JS/TS functions that run at build time instead of being bundled. They can generate constants, code, and even assets (eg css)! https://t.co/PVCgG11H1y
9
41
284
@devongovett
Devon Govett
2 years
Just released Lightning CSS v1.24.0! ⚑️ Support for compiling the light-dark() color function, enabling simple OS + programmatic dark mode toggles! 🌘 Also improves minification for custom properties, @​keyframes rules, system colors, and more! πŸ’ͺ https://t.co/VujSL2pqmy
5
32
294
@MarcinS
Marcin Szczepanski
2 years
My team shipped the most difficult (and longest) project of my career in the last few weeks. We migrated the frontend bundler for Jira (5M+ src lines) from Webpack to @parceljs, and customers (mostly) didn’t notice.
31
25
553