Design token types and terminology
Design token types and terminology
Design token types and terminology
Design token types and terminology
Design token types and terminology
Only use global tokens when there are no available aliases for your use case.
Alias tokens are the recommended type to use when building your product with design tokens.
Use component-specific tokens for their respective component
It’s not recommended to use component-specific tokens interchangeably with other components, unless one is derivative of the other.
The library for web and native user interfaces
Advantages:
Making a React App in 2023
Full React compatibility
SSG / SSR / ISR + API
Optimizations (Image, Font, Script, Code split)
Hot reload with state preservation
Routing + Built in CSS support
Server Side Rendering (SSR)
Client Side Rendering (CSR)
Static Site Generation (SSG)
Next.js | |||
---|---|---|---|
SSR | + | +/- | + |
SSG | + | + | - |
ISR / DSG | + | + | - |
RSC | + | + | - |
Edge Support | + | + | + |
Others:
Salvo