Part 3 – Exploring the Wider Ecosystem
This chapter examines the possibilities that JavaScript, PostCSS, and Browserify give us to implement features currently not released for CSS Grid. You will implement polyfills for additional features, such as new selectors, lay out alternatives, and animate grids. You will also learn about different CSS frameworks that use CSS Grid or emulate grids using Flexbox, or even float-based techniques.
Finally, you will implement the same layout in many different ways and understand the advantages and drawbacks of the frameworks discussed.
This part has the following chapters:
- Chapter 7, Polyfilling CSS Grid’s Missing Features
- Chapter 8, Grids in the Wild – How Frameworks Implement Grids