You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need more comprehensive examples of component props and variations
Essential admin UI components like Modal, Navigation, Toggle, DatePicker, TimePicker, FileUpload, DataTable, TreeSelect, etc... are crucial for admin interfaces but currently are not available or deprecated in Polaris
Current challenges:
Large import sizes (TextField: 124.2k gzipped: 17.5k)
Confusing documentation across platforms
Deprecated components still shown in npm docs
Limited component usage examples
Lack of Next.js 15 & React 19 optimization guidelines
Rationale
These improvements are essential for:
Documentation Consistency:
Align documentation across all platforms:
NPM package documentation
Polaris official website
GitHub repository
Remove references to deprecated components (e.g., LegacyCard)
Update examples to current best practices
Clear indication of component deprecation status
Performance & Bundle Size:
Optimize component sizes
Improve tree-shaking support
Reduce overall bundle impact
Better code splitting options
Next.js 15 & React 19 Support:
Clear migration path for Next.js 15
React 19 compatibility preparation
Server Component optimization
App Router best practices
Performance guidelines for new React features
Enhanced Documentation:
More comprehensive props examples
Real-world use cases
Complex component interactions
TypeScript implementation examples
Server/Client component guidelines
Clear component upgrade paths
These updates would significantly improve developer experience and ensure consistent, reliable documentation across all platforms while preparing for future framework updates.
The text was updated successfully, but these errors were encountered:
Summary
Hi Polaris team! 👋
We would like to suggest some improvements that could make it even better
Current challenges:
Rationale
These improvements are essential for:
These updates would significantly improve developer experience and ensure consistent, reliable documentation across all platforms while preparing for future framework updates.
The text was updated successfully, but these errors were encountered: