January 2021 Summaries
3 posts from Vercel
Filter
Month:
Year:
Post Summaries
Back to Blog
Vercel has introduced a new feature that allows users to transfer projects from Hobby accounts to Team plans or between two different Teams with zero downtime, eliminating the need for redeploying projects.
This update enables seamless upgrades and transfers of projects to Vercel Team plans, providing full access to collaborative features, multiple Concurrent Builds, and more powerful Serverless Functions.
The feature is automatically enabled for all Hobby and Vercel Team plans, making it easy to transfer or upgrade projects with just a few clicks.
Jan 28, 2021
208 words in the original blog post.
Next.js offers several little-known tips to save time on development projects, including redirects and rewrites for URL manipulation, preview mode for draft content, hooking into the build process, using Preact for performance optimization, absolute imports and module path aliases for readability, CRUD API routes for building RESTful APIs, setting response HTTP caching headers, shared component attributes for page-wide state management, and mobile app development with Ionic's CapacitorJS. These tips can help developers streamline their workflow, improve performance, and create more scalable applications.
Jan 26, 2021
1,298 words in the original blog post.
Tim Neutkens Christina Kopecky Joe Haddad Principal Software Engineer Lee Robinson`
React Server Components aim to improve the user experience by pairing server-rendering with client-side interactivity, enabling developers to create faster React applications. By leveraging their server infrastructure, developers can achieve great performance without tradeoffs between SEO and performance. This new feature allows for better data fetching, progressive updates, and reduced JavaScript bundle size, resulting in improved Core Web Vitals and a faster time-to-interactive page. The Next.js team is exploring the integration of Server Components with Layouts RFC, which will render pages and layouts as React Server Components by default, reducing JavaScript sent to clients for non-interactive components.
Jan 15, 2021
417 words in the original blog post.