Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
JavaScript by Example

You're reading from   JavaScript by Example Learn modern web development with real-world applications

Arrow left icon
Product type Paperback
Published in Aug 2017
Publisher Packt
ISBN-13 9781788293969
Length 298 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Dani Akash S Dani Akash S
Author Profile Icon Dani Akash S
Dani Akash S
Arrow right icon
View More author details
Toc

Event Registration App

Hopefully, you had a lot of fun creating memes and sharing them with your friends! You successfully built a Meme Creator in the previous project using HTML5 canvas. You also used flexbox to design the page layout and learned a few things regarding ES6 modules.

The most important part of the previous chapter was the development environment we created with Webpack. It lets us develop applications faster with HotModuleReplacement, create an optimized production build with single file assets and reduced code size, and also hides the original source code from the user, while we can use source maps to debug the original code.

Now that we have module support, we can use it to create modular functions, which will allow us to write reusable code that can be used across different parts of the project or can also be used with a different project. In this chapter, you...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £16.99/month. Cancel anytime