Menu

420: What are Blocks?
📰
0

420: What are Blocks?

CodePen·@HashtagPLUS·about 1 month ago
#f75otF02
#time#block#codepen#blocks#lodash#processes
Reading 0:00
15s threshold

With CodePen 2.0, we’ve got a new word we’re using: Blocks. A way to think about Blocks is anything that processes code. They are added as steps to the CodePen Compiler as needed. For example, TypeScript is a block, because it processes files in the TypeScript syntax into JavaScript files. But something like Lodash is not a block. Lodash is a package from npm (which we also handle, but that’s a topic for another podcast). Lodash doesn’t process code, it’s just a library that is linked up or bundled.

Time Jumps

Video Subscribe on YouTube

Read More