Home / Companies / Contentful / Blog / April 2017

April 2017 Summaries

2 posts from Contentful

Filter
Month: Year:
Post Summaries Back to Blog
Contentful has released improved tools to sync content across development environments, replacing its deprecated Space-sync tool. The new tools, `contentful-import` and `contentful-export`, are designed from the ground-up to meet customers' needs and offer more flexibility. They have been refined to be more reliable, performant, and robust, with features such as better error management, support for rate limits, and improved handling of unexpected server errors. The tools also include a feature to manage existing entries in the destination space, allowing for seamless syncing between spaces. The modules are open-sourced on Contentful's Github page, enabling users to contribute and provide feedback.
Apr 13, 2017 869 words in the original blog post.
### Writing performant JavaScript applications is a complex matter these days, involving various tools like script concatenation, minification, tree shaking, and module bundlers. ES6 modules have been defined in the ECMAScript specification for a while but were slow to be implemented in browsers. The article discusses how to use ES6 modules with Webpack and other build tools, and how they can improve performance by reducing bundle size and improving code execution. However, it also highlights some challenges, such as dealing with minification of ES6 code, preloading of modules, and the need for a proper build process and "bundle strategy". The article concludes that while ES6 modules offer many benefits, frontend development is still complicated, and measuring performance is key to success.
Apr 04, 2017 2,033 words in the original blog post.