- The JavaScript Workshop
- Joseph Labrecque Jahred Love Daniel Rosenbaum Nick Turner Gaurav Mehla Alonzo L. Hosford Florian Sloot Philip Kirkbride
- 177字
- 2021-06-11 12:53:01
Summary
In this chapter, we took a dive into the vast world of JavaScript libraries. We started with an explanation of the terms library and framework. From there, we had a look at a few popular frameworks and what they can help us with. The exercises in this chapter demonstrated where we can find external packages and how we can make use of them. Some of the things we did with these libraries included creating fading effects, removing duplicated entries from a list, and rendering DOM elements to the document. We discussed the disadvantages of using external source code as well. However, the biggest achievement of this chapter was creating our own library that helped us create headlines. We finished this chapter by making use of various libraries to enhance our to-do list with some nice UI effects.
The next chapter will show us how to work with data in JavaScript. We will gain an understanding of how data is represented, how it can be passed around, and how specific types can be cast into different types.
- Computer Vision for the Web
- Python for Secret Agents:Volume II
- 軟件界面交互設(shè)計(jì)基礎(chǔ)
- 面向STEM的Scratch創(chuàng)新課程
- 微信公眾平臺開發(fā):從零基礎(chǔ)到ThinkPHP5高性能框架實(shí)踐
- iOS開發(fā)實(shí)戰(zhàn):從入門到上架App Store(第2版) (移動開發(fā)叢書)
- Java高并發(fā)核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- Android編程權(quán)威指南(第4版)
- Python Linux系統(tǒng)管理與自動化運(yùn)維
- XML程序設(shè)計(jì)(第二版)
- 量子計(jì)算機(jī)編程:從入門到實(shí)踐
- Extending Docker
- Web前端開發(fā)技術(shù)實(shí)踐指導(dǎo)教程
- Python程序設(shè)計(jì)案例教程:從入門到機(jī)器學(xué)習(xí)(微課版)
- 匯編語言程序設(shè)計(jì)教程