Jared’s thoughts on Patterns and Frameworks.
Components, Patterns, and Frameworks! Oh My!
He gives a good overview of the use and value, particularly for smaller teams, to establish libraries of interface patterns, components for reusable code, and frameworks.
Setting the foundation of a solution on previous uses allows the designer/team to then customize and to focus on establishing [...]
I’ve started to read through the Designing Web Interfaces book and find it interesting and validating – a good touch point for reference when talking to or sharing patterns and uses with other people.
The main pattern “values”:
Make it direct
Keep it lightweight
Stay on the page
Provide invitations
Use transitions
React immediately
I found Scott’s [...]