- React 16 Essentials(Second Edition)
- Artemij Fedosejev Adam Boduch
- 351字
- 2021-07-02 22:25:18
Approaching our project
I firmly believe that the best motivation for learning new technology is a project that excites you that you can't wait to build. As an experienced developer, you've probably already built a number of successful commercial projects that share certain product features, design patterns, and even target audiences. In this book, I want you to build a project that feels like a breath of fresh air. A project, which you most likely wouldn't build in your day-to-day work. It has to be a fun endeavor, which will not only educate you but also satisfy your curiosity and stretch your imagination. However, assuming that you're a busy professional, this project shouldn't be a time-consuming, long-term commitment for you either.
Enter Snapterest—a web application that allows you to discover and collect public photos posted on Twitter. Think of it as a Pinterest (www.pinterest.com) with the only source of pictures being Twitter. We will implement a fully functional website with the following core functionalities:
- Receiving and displaying tweets in real time
- Adding and removing tweets to/from a collection
- Reviewing collected tweets
- Exporting a collection of tweets as an HTML snippet that you can share
When you start working on a new project, the very first thing that you do is to get your tools ready. For this project, we will be using a number of tools that you might not be familiar with, so let's discuss what they are, and how you can install and configure them.
If you have any trouble with installing and configuring tools and modules from this chapter, then go to https://github.com/PacktPublishing/React-Essentials-Second-Edition and create a new issue; describe what you're doing and what error message you're getting. I believe our community will help you to resolve your issue.
In this book, I'll assume that you're working on a Macintosh or Windows computer. If you're a Unix user, then most likely you would know your package manager very well, and it should be easy enough for you to install the tools that you will learn about in this chapter.
Let's start with the installation of Node.js.
- Java多線程編程實(shí)戰(zhàn)指南:設(shè)計(jì)模式篇(第2版)
- Deploying Node.js
- Python爬蟲開發(fā):從入門到實(shí)戰(zhàn)(微課版)
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- Visual C++串口通信技術(shù)詳解(第2版)
- JavaScript by Example
- 大模型RAG實(shí)戰(zhàn):RAG原理、應(yīng)用與系統(tǒng)構(gòu)建
- Nginx實(shí)戰(zhàn):基于Lua語言的配置、開發(fā)與架構(gòu)詳解
- Mastering openFrameworks:Creative Coding Demystified
- PrimeFaces Blueprints
- MATLAB 2020 GUI程序設(shè)計(jì)從入門到精通
- HTML5程序設(shè)計(jì)基礎(chǔ)教程
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)
- Go語言編程之旅:一起用Go做項(xiàng)目
- Building E-Commerce Solutions with WooCommerce(Second Edition)