I'm back with a major Jaspr update.
The new v0.18.0 comes with two exciting new features:
1⃣ Big improvements to the type-safe styling system including a new lint rule.
2⃣ New support for accessing headers and cookies during server-side rendering.
Details below 👇
The new v0.18.0 comes with two exciting new features:
1⃣ Big improvements to the type-safe styling system including a new lint rule.
2⃣ New support for accessing headers and cookies during server-side rendering.
Details below 👇
Comments
✅ More supported CSS properties.
✅ Unified '.styles()' method (no more separation).
✅ New "styles_ordering" lint rule.
✅ New headers API: 'context.headers' and 'context.setHeader()'
✅ New cookies API: 'context.cookies' and 'context.setCookie()'
✅ New response API: 'context.setStatusCode'