100% found this document useful (2 votes)
331 views

React and React Native - Fifth Edition Mikhail Sakhniukpdf download

The document provides information about the book 'React and React Native - Fifth Edition' by Mikhail Sakhniuk, which focuses on building cross-platform applications using JavaScript and TypeScript. It includes a detailed table of contents outlining various chapters that cover topics such as JSX, React components, event handling, and React Native. Additionally, it offers links to download the book and other related resources from ebookmass.com.

Uploaded by

komoriemun
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (2 votes)
331 views

React and React Native - Fifth Edition Mikhail Sakhniukpdf download

The document provides information about the book 'React and React Native - Fifth Edition' by Mikhail Sakhniuk, which focuses on building cross-platform applications using JavaScript and TypeScript. It includes a detailed table of contents outlining various chapters that cover topics such as JSX, React components, event handling, and React Native. Additionally, it offers links to download the book and other related resources from ebookmass.com.

Uploaded by

komoriemun
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 49

React and React Native - Fifth Edition Mikhail

Sakhniuk pdf download

https://ebookmass.com/product/react-and-react-native-fifth-
edition-mikhail-sakhniuk/

Explore and download more ebooks at ebookmass.com


Here are some recommended products for you. Click the link to
download, or explore more at ebookmass.com

Test-Driven Development with React and TypeScript:


Building Maintainable React Applications 2nd Edition
Juntao Qiu
https://ebookmass.com/product/test-driven-development-with-react-and-
typescript-building-maintainable-react-applications-2nd-edition-
juntao-qiu/

Master React in 5 Days: Become a React Expert in Under a


Week Eric Sarrion

https://ebookmass.com/product/master-react-in-5-days-become-a-react-
expert-in-under-a-week-eric-sarrion/

Master React in 5 Days: Become a React Expert in Under a


Week Eric Sarrion

https://ebookmass.com/product/master-react-in-5-days-become-a-react-
expert-in-under-a-week-eric-sarrion-2/

React Hooks in Action MEAP 03 John Larsen [Larsen

https://ebookmass.com/product/react-hooks-in-action-meap-03-john-
larsen-larsen/
■■■■■■ ■■ TypeScript■React■Node.js■webpack ■ Docker Frank
Zammetti

https://ebookmass.com/product/%e7%8e%b0%e4%bb%a3%e5%85%a8%e6%a0%88%e5%
bc%80%e5%8f%91-%e4%bd%bf%e7%94%a8-
typescript%e3%80%81react%e3%80%81node-
js%e3%80%81webpack-%e5%92%8c-docker-frank-zammetti/

Native Nations: Cultures and Histories of Native North


America

https://ebookmass.com/product/native-nations-cultures-and-histories-
of-native-north-america/

PharmCards Fifth Edition

https://ebookmass.com/product/pharmcards-fifth-edition/

Stuttering Fifth Edition

https://ebookmass.com/product/stuttering-fifth-edition/

Pan-Slavism and Slavophilia in Contemporary Central and


Eastern Europe. Origins, Manifestations and Functions
Mikhail Suslov
https://ebookmass.com/product/pan-slavism-and-slavophilia-in-
contemporary-central-and-eastern-europe-origins-manifestations-and-
functions-mikhail-suslov/
React and React Native
Copyright © 2024 Packt Publishing

All rights reserved. No part of this book may be reproduced, stored in a


retrieval system, or transmitted in any form or by any means, without the
prior written permission of the publisher, except in the case of brief
quotations embedded in critical articles or reviews.

Every effort has been made in the preparation of this book to ensure the
accuracy of the information presented. However, the information contained in
this book is sold without warranty, either express or implied. Neither the
author, nor Packt Publishing, and its dealers and distributors will be held
liable for any damages caused or alleged to be caused directly or indirectly
by this book.

Packt Publishing has endeavored to provide trademark information about all


of the companies and products mentioned in this book by the appropriate use
of capitals. However, Packt Publishing cannot guarantee the accuracy of this
information.

Early Access Publication: React and React Native

Early Access Production Reference: B19636

Published by Packt Publishing Ltd.

Livery Place

35 Livery Street

Birmingham

B3 2PB, UK

ISBN: 978-1-80512-730-7
www.packt.com
Table of Contents
1. React and React Native, Fifth Edition: Build cross-platform JavaScript
and TypeScript apps for the web, desktop, and mobile
2. 1 Why React?
I. Before you begin: Join our book community on Discord
II. What is React?
III. React is just the view layer
IV. Simplicity is good
V. Declarative UI structures
VI. Data changes over time
VII. Performance matters
VIII. The right level of abstraction
IX. What's new in React?
X. Setup a new React project
i. Using Web Bundlers
ii. Using Frameworks
iii. Online Code Editors
XI. Summary
3. 2 Rendering with JSX
I. Before you begin: Join our book community on Discord
II. Technical requirements
III. Your first JSX content
i. Hello JSX
ii. Declarative UI structures
IV. Rendering HTML
i. Built-in HTML tags
ii. HTML tag conventions
iii. Describing UI structures
V. Creating your own JSX elements
i. Encapsulating HTML
ii. Nested elements
iii. Namespaced components
VI. Using JavaScript expressions
i. Dynamic property values and text
ii. Handling events
iii. Mapping collections to elements
VII. Building fragments of JSX
i. Using wrapper elements
ii. Using fragments
VIII. Summary
4. 3 Understanding React Components and Hooks
I. Before you begin: Join our book community on Discord
II. Technical requirements
III. Introduction to React Components
IV. What are component properties?
i. Passing property values
ii. Default property values
V. What is component state?
VI. React Hooks
VII. Maintaining state using Hooks
i. Initial state values
ii. Updating state values
VIII. Performing initialization and cleanup actions
i. Fetching component data
ii. Canceling actions and resetting state
iii. Optimizing side-effect actions
IX. Sharing data using context Hooks
X. Memoization with Hooks
i. useMemo Hook
ii. useCallback Hook
iii. useRef Hook
XI. Summary
5. 4 Event Handling, the React Way
I. Before you begin: Join our book community on Discord
II. Technical requirements
III. Declaring event handlers
i. Declaring handler functions
ii. Multiple event handlers
IV. Declaring inline event handlers
V. Binding handlers to elements
VI. Using synthetic event objects
VII. Understanding event pooling
VIII. Summary
6. 5 Crafting Reusable Components
I. Before you begin: Join our book community on Discord
II. Technical requirements
III. Reusable HTML elements
IV. The difficulty with monolithic components
i. The JSX markup
ii. Initial state
iii. Event handler implementation
V. Refactoring component structures
i. Starting with the JSX
ii. Implementing an article list component
iii. Implementing an article item component
iv. Implementing an add article component
VI. Render props
VII. Rendering component trees
VIII. Feature components and utility components
IX. Summary
7. 6 Type Checking and Validation with TypeScript
I. Before you begin: Join our book community on Discord
II. Technical requirements
III. Knowing What to Expect
i. The Importance of Props Validation
ii. Potential Issues Without Proper Validation
iii. Options for Props Validation
IV. Introduction to TypeScript
i. Why Use TypeScript?
ii. Setting Up TypeScript in a Project
iii. Basic Types in TypeScript
iv. Interfaces and Type Aliases
V. Comparing PropTypes and TypeScript
VI. Using TypeScript in React
i. Type Checking Props in React Components
ii. Typing State
iii. Typing Event Handlers
iv. Typing Context
v. Typing Refs
VII. Summary
8. 7 Handling Navigation with Routes
I. Before you begin: Join our book community on Discord
II. Technical requirements
III. Declaring routes
i. Hello route
ii. Decoupling route declarations
IV. Handling route parameters
i. Resource IDs in routes
ii. Query parameters
V. Using link components
i. Basic linking
ii. URL and query parameters
VI. Summary
9. 8 Code Splitting Using Lazy Components and Suspense
I. Before you begin: Join our book community on Discord
II. Technical requirements
III. Using the lazy API
i. Dynamic imports and bundles
ii. Making components lazy
IV. Using the Suspense component
i. Top-level Suspense components
ii. Working with spinner fallbacks
V. Avoiding lazy components
VI. Exploring lazy pages and routes
VII. Summary
10. 9 User Interface Framework Components
I. Before you begin: Join our book community on Discord
II. Technical requirements
III. Layout and organization
i. Using containers
ii. Building responsive grid layouts
IV. Using navigation components
i. Navigating with drawers
ii. Navigating with tabs
V. Collecting user input
i. Checkboxes and radio buttons
ii. Text inputs and select inputs
iii. Working with buttons
VI. Working with styles and themes
i. Making styles
ii. Customizing themes
VII. Summary
11. 10 High-Performance State Updates
I. Before you begin: Join our book community on Discord
II. Technical requirements
III. Batching state updates
IV. Prioritizing state updates
V. Handling asynchronous state updates
VI. Summary
12. 15 Why React Native?
I. Before you begin: Join our book community on Discord
II. Technical requirements
III. What is React Native?
IV. React and JSX are familiar
V. The mobile browser experiences
VI. Android and iOS – different yet the same
VII. The case for mobile web apps
VIII. Summary
13. 16 React Native under the Hood
I. Before you begin: Join our book community on Discord
II. Technical requirements
III. Exploring React Native architecture
i. The state of web and mobile apps in the past
ii. React Native current architecture
iii. React Native future architecture
IV. Explaining JS and Native modules
i. React Navigation
ii. UI component libraries
iii. Splash screen
iv. Icons
v. Handling errors
vi. Push notifications
vii. Over the air updates
viii. JS libraries
V. Exploring React Native components and APIs
VI. Summary
14. 17 Kick-Starting React Native Projects
I. Before you begin: Join our book community on Discord
II. Technical requirements
III. Exploring React Native CLI tools
IV. Installing and using the Expo command-line tool
V. Viewing your app on your phone
VI. Viewing your app on Expo Snack
VII. Summary
15. 18 Building Responsive Layouts with Flexbox
I. Before you begin: Join our book community on Discord
II. Technical requirements
III. Introducing Flexbox
IV. Introducing React Native styles
V. Using the Styled Components library
VI. Building Flexbox layouts
i. Simple three-column layout
ii. Improved three-column layout
iii. Flexible rows
iv. Flexible grids
v. Flexible rows and columns
VII. Summary
16. 19 Navigating Between Screens
I. Before you begin: Join our book community on Discord
II. Technical requirements
III. Navigation basics
IV. Route parameters
V. The navigation header
VI. Tab and drawer navigation
VII. File-based navigation
VIII. Summary
17. 20 Rendering Item Lists
I. Before you begin: Join our book community on Discord
II. Technical requirements
III. Rendering data collections
IV. Sorting and filtering lists
V. Fetching list data
VI. Lazy list loading
VII. Implementing pull to refresh
VIII. Summary
18. 21 Showing Progress
I. Before you begin: Join our book community on Discord
II. Technical requirements
III. Understanding progress and usability
IV. Indicating progress
V. Measuring progress
VI. Exploring navigation indicators
VII. Step progress
VIII. Summary
19. 22 Geolocation and Maps
I. Before you begin: Join our book community on Discord
II. Technical requirements
III. Using Location API
IV. Rendering the Map
V. Annotating points of interest
i. Plotting points
ii. Plotting overlays
VI. Summary
20. 23 Collecting User Input
I. Before you begin: Join our book community on Discord
II. Technical requirements
III. Collecting text input
IV. Selecting from a list of options
V. Toggling between on and off
VI. Collecting date/time input
VII. Summary
21. 24 Displaying Modal Screens
I. Before you begin: Join our book community on Discord
II. Technical requirements
III. Important information
IV. Getting user confirmation
Visit https://ebookmass.com today to explore
a vast collection of ebooks across various
genres, available in popular formats like
PDF, EPUB, and MOBI, fully compatible with
all devices. Enjoy a seamless reading
experience and effortlessly download high-
quality materials in just a few simple steps.
Plus, don’t miss out on exciting offers that
let you access a wealth of knowledge at the
best prices!
i. Displaying a success confirmation
V. Error confirmation
VI. Passive notifications
VII. Activity modals
VIII. Summary
22. 25 Responding to User Gestures
I. Before you begin: Join our book community on Discord
II. Technical requirements
III. Scrolling with your fingers
IV. Giving touch feedback
V. Using Swipeable and cancellable components
VI. Summary
23. 26 Using Animations
I. Before you begin: Join our book community on Discord
II. Technical requirements
III. Using React Native Reanimated
i. Animated API
ii. React Native Reanimated
IV. Installing the React Native Reanimated library
V. Animating layout components
VI. Animating styling components
VII. Summary
24. 27 Controlling Image Display
I. Before you begin: Join our book community on Discord
II. Technical requirements
III. Loading images
IV. Resizing images
V. Lazy image loading
VI. Rendering icons
VII. Summary
25. 29 Selecting Native UI Components Using Tamagui
I. Before you begin: Join our book community on Discord
II. Technical requirements
III. Application containers
IV. Headers and footers
V. Using layout components
VI. Collecting input using form components
VII. Summary
VIII. Further reading
React and React Native, Fifth
Edition: Build cross-platform
JavaScript and TypeScript apps for
the web, desktop, and mobile
Welcome to Packt Early Access. We’re giving you an exclusive preview of
this book before it goes on sale. It can take many months to write a book, but
our authors have cutting-edge information to share with you today. Early
Access gives you an insight into the latest developments by making chapter
drafts available. The chapters may be a little rough around the edges right
now, but our authors will update them over time.You can dip in and out
of this book or follow along from start to finish; Early Access is designed to
be flexible. We hope you enjoy getting to know more about the process of
writing a Packt book.

1. Chapter 1: Why React?


2. Chapter 2: Rendering with JSX
3. Chapter 3: Understanding React Components and Hooks
4. Chapter 4: Event Handling, the React Way
5. Chapter 5: Crafting Reusable Components
6. Chapter 6: Type Checking and Validation with TypeScript
7. Chapter 7: Handling Navigation with Routes
8. Chapter 8: Code Splitting Using Lazy Components and Suspense
9. Chapter 9: User Interface Framework Components
10. Chapter 10: High-Performance State Updates
11. Chapter 11: User Interface Framework Components
12. Chapter 12: High-Performance State Updates
13. Chapter 13: Unit Testing in React
14. Chapter 14: Server Rendering and Static Site Generation with React
Frameworks
15. Chapter 15: Why React Native?
16. Chapter 16: React Native under the Hood
17. Chapter 17: Kick-Starting React Native Projects
18. Chapter 18: Building Responsive Layouts with Flexbox
19. Chapter19: Navigating Between Screens
20. Chapter20: Rendering Item Lists
21. Chapter 21: Showing Progress
22. Chapter 22: Geolocation and Maps
23. Chapter 23: Collecting User Input
24. Chapter 24: Displaying Modal Screens
25. Chapter 25: Responding to User Gestures
26. Chapter 26: Using Animations
27. Chapter 27: Controlling Image Display
28. Chapter 28: Going Offline
29. Chapter 29: Selecting Native UI Components Using Tamagui
1 Why React?
Before you begin: Join our book community on
Discord
Give your feedback straight to the author himself and chat to other early
readers on our Discord server (find the "react-and-react-native-5e" channel
under EARLY ACCESS SUBSCRIPTION).

https://packt.link/EarlyAccess

If you're reading this book, you probably know what React is. If not, don't
worry. I'll do my best to keep philosophical definitions to a minimum.
However, this is a long book with a lot of content, so I feel that setting the
tone is an appropriate first step. Yes, the goal is to learn React and React
Native. But it's also to put together a lasting architecture that can handle
everything we want to build with React today and in the future.This chapter
starts with a brief explanation of why React exists. Then, we'll think about
the simplicity of React and how it is able to handle many of the typical
performance issues faced by web developers. Next, we'll go over the
declarative philosophy of React and the level of abstraction that React
programmers can expect to work with. Finally, we'll touch on some of the
major features of React.Once you have a conceptual understanding of React
and how it solves problems with UI development, you'll be better equipped
to tackle the remainder of the book. This chapter will cover the following
topics:

What is React?
React features
What's new in React?
Setting up a new React project

What is React?
I think the one-line description of React on its home page (https://react.dev/)
is concise and accurate:

"A JavaScript library for building user interfaces."

It's a library for building User Interfaces (UIs). This is perfect because, as
it turns out, this is all we want most of the time. I think the best part about this
description is everything that it leaves out. It's not a mega framework. It's not
a full-stack solution that's going to handle everything from the database to
real-time updates over WebSocket connections. We might not actually want
most of these prepackaged solutions. If React isn't a framework, then what is
it exactly?

React is just the view layer


React is generally thought of as the view layer in an application. You might
have used a library such as Handlebars or jQuery in the past. Just as jQuery
manipulates UI elements and Handlebars templates are inserted into a page,
React components change what the user sees. The following diagram
illustrates where React fits in our frontend code:
Figure 1.1 - The layers of a React application

This is all there is to React – the core concept. Of course, there will be
subtle variations to this theme as we make our way through the book, but the
flow is more or less the same. We have some application logic that generates
some data. We want to render this data to the UI, so we pass it to a React
Component, which handles the job of getting the HTML into the page.You
may wonder what the big deal is; React appears to be yet another rendering
technology. We'll touch on some of the key areas where React can simplify
application development in the remaining sections of the chapter.

Simplicity is good
React doesn't have many moving parts to learn about and understand.
Internally, there's a lot going on, and we'll touch on these things throughout
the book. The advantage of having a small API to work with is that you can
spend more time familiarizing yourself with it, experimenting with it, and so
on. The opposite is true of large frameworks, where all of your time is
devoted to figuring out how everything works. The following diagram gives
you a rough idea of the APIs that we have to think about when programming
with React:

Figure 1.2 - The simplicity of the React API

React is divided into two major APIs:

The React Component API: These are the parts of the page that are
rendered by the React DOM.
React DOM: This is the API that's used to perform the rendering on a
web page.

Within a React component, we have the following areas to think about:


Data: This is data that comes from somewhere (the component doesn't
care where) and is rendered by the component.
Lifecycle: This consists of methods or Hooks that we implement to
respond to the component's entering and exiting phases of the React
rendering process as they happen over time – for example, one phase of
the life cycle is when the component is about to be rendered.
Events: These are the code that we write for responding to user
interactions.
JSX: This is the syntax of React components used to describe UI
structures.

Don't fixate on what these different areas of the React API represent just yet.
The takeaway here is that React, by nature, is simple. Just look at how little
there is to figure out! This means that we don't have to spend a ton of time
going through API details here. Instead, once you pick up on the basics, we
can spend more time on nuanced React usage patterns that fit in nicely with
declarative UI structures.

Declarative UI structures
React newcomers have a hard time getting to grips with the idea that
components mix in markup with their JavaScript in order to declare UI
structures. If you've looked at React examples and had the same adverse
reaction, don't worry. Initially, we're all skeptical of this approach, and I
think the reason is that we've been conditioned for decades by the separation
of concerns principle. This principle states that different concerns, such as
logic and presentation, should be separate from one another. Now, whenever
we see things mixed together, we automatically assume that this is bad and
shouldn't happen.The syntax used by React components is called JSX
(JavaScript XML). A component renders content by returning some JSX. The
JSX itself is usually HTML markup, mixed with custom tags for React
components. The specifics don't matter at this point; we'll go into detail in the
coming chapters. What's groundbreaking about the declarative JSX approach
is that we don't have to perform little micro-operations to change the content
of a component.

IMPORTANT NOTE
Visit https://ebookmass.com today to explore
a vast collection of ebooks across various
genres, available in popular formats like
PDF, EPUB, and MOBI, fully compatible with
all devices. Enjoy a seamless reading
experience and effortlessly download high-
quality materials in just a few simple steps.
Plus, don’t miss out on exciting offers that
let you access a wealth of knowledge at the
best prices!
Exploring the Variety of Random
Documents with Different Content
English Tongue, as spoken and
written;
above 100,000 words, or 50,000
more than
in any existing work, by the same,
3 vols. in 1 36 46 50
————, with the Grammar 56 60
14. GRAMMAR OF THE GREEK LANGUAGE,
by H. C. Hamilton 10
15, 16. DICTIONARY OF THE GREEK AND
English Languages, by H. R.
Hamilton,
2 vols. in 1 20
17, 18. DICTIONARY OF THE ENGLISH
and Greek Languages, by the
same,
2 vols. in 1 20
———— GREEK AND ENGLISH
and English and Greek, 4 vols. in 1 50 56
————, with the Greek Grammar 60 66
19. GRAMMAR of THE LATIN LANGUAGE,
by the Rev. T. Goodwin, A.B. 10
20, 21. DICTIONARY OF THE LATIN AND
English Languages, by the same.
20
Vol. I.
22, 23. DICTIONARY OF THE ENGLISH
and Latin Languages,
by the same. Vol. II. 16
————, 2 vols. in 1 46 50
————, with the Latin Grammar 56 60
24. GRAMMAR OF THE FRENCH
LANGUAGE,
by the Lecturer at Besançon. 10
25. DICTIONARY OF THE FRENCH AND
English Languages, by A. Elwes.
10
Vol. I.
26. DICTIONARY OF THE ENGLISH AND
French Languages, by the same.
16
Vol. II.
————, 2 vols. in 1 36 40
————, with the French Grammar 46 50
27. GRAMMAR OF THE ITALIAN
LANGUAGE,
by the same. 10
28, 29. DICTIONARY OF THE ITALIAN,
English, and French Languages, by
the same.
Vol. I. 20
30, 31. DICTIONARY OF THE ENGLISH,
Italian, and French Languages, by
the same.
Vol. II. 20
32, 33. DICTIONARY OF THE FRENCH,
Italian, and English Languages, by
the same.
Vol. III. 20
————, 3 vols. in 1 76 86
————, with the Italian Grammar 86 96
34. GRAMMAR OF THE SPANISH
LANGUAGE,
by the same. 10
35, 36, 37, 38. DICTIONARY OF THE
Spanish and English Languages, by
the same,
4 vols. in 1 40 50 56
————, with the Spanish Grammar 60 66
39. GRAMMAR OF THE GERMAN
LANGUAGE,
by the Lecturer at Besançon. 10
40. CLASSICAL GERMAN READER,
from the best authors, by the
10
same.
41, 42, 43. DICTIONARIES of the
ENGLISH,
German, and French Languages,
by N. E. Hamilton, 3 vols.,
separately 1s.each 30 40 46
————, with the German Grammar. 50 56
44, 45. DICTIONARY OF THE HEBREW
and English Languages, containing
the
Biblical and Rabbinical words, 2 vols.
(together with the Grammar, which
may
be had separately for 1s.)
by Dr. Bresslau, Hebrew Professor. 70
46. DICTIONARY OF THE ENGLISH AND
Hebrew Languages. Vol. III. to
complete,
by the same. 30
————, 3 vols. as 2 12 0 14 0
47. FRENCH AND ENGLISH PHRASE Book 10 1 6
Now in the course of Publication.
GREEK AND LATIN CLASSICS.
A Series of Volumes containing the principal Greek and Latin
Authors, accompanied by Explanatory Notes in English, principally
selected from the best and most recent German Commentators, and
comprising all those Works that are essential for the Scholar and the
Pupil, and applicable for the Universities of Oxford, Cambridge,
Edinburgh, Glasgow, Aberdeen, and Dublin; the Colleges at Belfast,
Cork, Galway, Winchester, and Eton; and the great Schools at
Harrow, Rugby, &c.—also for Private Tuition and Instruction, and for
the Library.

LATIN SERIES.

1. A New LATIN DELECTUS, Extracts from Classical


Authors, with Vocabularies and Explanatory Notes 1s.
2. CÆSAR’S COMMENTARIES on the GALLIC WAR;
with Grammatical and Explanatory Notes in English,
and a Geographical Index. 2s.
3. CORNELIUS NEPOS; with English Notes, &c. 1s.
4. VIRGIL. The Georgics, Bucolics, and doubtful Works;
with English Notes. 1s.
5. VIRGIL’S ÆNEID (on the same plan as the preceding) 2s.
6. HORACE. Odes and Epodes; with English Notes, and
Analysis and Explanation of the Metres. 1s.
1s.
7. HORACE. Satires and Epistles; with English Notes, &c.
6d.
1s.
8. SALLUST. Conspiracy of Catiline, Jugurthine War
6d.
1s.
9. TERENCE. Andrea and Heautontimorumenos
6d.
10. TERENCE. Phormio, Adelphi, and Hecyra 2s.
14. CICERO. De Amicitia, de Senectute, and Brutus 2s.
16. LIVY. Books i. to v. in two parts 3s.
17. LIVY. Books xxi. and xxii. 1s.
19. Selections from TIBULLUS, OVID, and PROPERTIUS. 2s.
20. Selections from SUETONIUS and the later Latin Writers. 2s.

Preparing for Press.


11. CICERO. Orations against Catiline, for Sulla, for Archias,
and for the Manilian Law.
12. CICERO. First and Second Philippics; Orations for Milo,
for Marcellus, &c.
13. CICERO. De Officiis.
JUVENAL and PERSIUS. (The indelicate passages
15.
expunged.)
18. TACITUS. Agricola; Germania; and Annals, Book i.

GREEK SERIES,
ON A SIMILAR PLAN TO THE LATIN SERIES.

1. INTRODUCTORY GREEK READER.


On the same plan as the Latin Reader. 1s.
2. XENOPHON. Anabasis, i. ii. iii. 1s.
3. XENOPHON. Anabasis, iv. v. vi. vii. 1s.
4. LUCIAN. Select Dialogues. 1s.
1s.
5. HOMER. Iliad, i. to vi.
6d.
1s.
6. HOMER. Iliad, vii. to xii.
6d.
1s.
7. HOMER. Iliad, xiii. to xviii.
6d.
1s.
8. HOMER. Iliad, xix. to xxiv.
6d.
1s.
9. HOMER. Odyssey, i. to vi.
6d.
1s.
10. HOMER. Odyssey, vii. to xii.
6d.
1s.
11. HOMER. Odyssey, xiii. to xviii.
6d.
12. HOMER. Odyssey, xix. to xxiv.; and Hymns. 2s.
13. PLATO. Apology, Crito, and Phædo. 2s.
1s.
14. HERODOTUS, i. ii.
6d.
1s.
15. HERODOTUS, iii. iv.
6d.
1s.
16. HERODOTUS, v. vi. and part of vii.
6d.
1s.
17. HERODOTUS. Remainder of vii. viii. and ix.
6d.
18. SOPHOCLES; Œdipus Rex. 1s.
23. EURIPIDES; Hecuba } 1s.
24. EURIPIDES; Medea } 6d.
Nos. 23 and 24 separately, 1s. each.
26. EURIPIDES; Alcestis. 1s.
41. THUCYDIDES, i. 1s.

Preparing for Press.


19. SOPHOCLES; Œdipus Colonæus.
20. SOPHOCLES; Antigone.
21. SOPHOCLES; Ajax.
22. SOPHOCLES; Philoctetes.
25. EURIPIDES; Hippolytus.
27. EURIPIDES; Orestes.
28. EURIPIDES. Extracts from the remaining plays.
29. SOPHOCLES. Extracts from the remaining plays.
30. ÆSCHYLUS; Prometheus Vinctus.
31. ÆSCHYLUS; Persæ.
32. ÆSCHYLUS; Septem contra Thebes.
33. ÆSCHYLUS; Choëphoræ.
34. ÆSCHYLUS; Eumenides.
35. ÆSCHYLUS; Agamemnon.
36. ÆSCHYLUS; Supplices.
37. PLUTARCH; Select Lives.
38. ARISTOPHANES; Clouds.
39. ARISTOPHANES; Frogs.
ARISTOPHANES; Selections from the remaining
40.
Comedies.
42. THUCYDIDES, ii.
43. THEOCRITUS; Select Idyls.
44. PINDAR.
45. ISOCRATES.
46. HESIOD.

WORKS ON MECHANICS AND THE


ARTS.

In 2 vols. super-royal 8vo., price £2 5s., cloth gilt,


TOMLINSON’S CYCLOPÆDIA OF USEFUL ARTS, Mechanical and
Chemical, Manufactures, Mining, and Engineering; with 40
Engravings on Steel, and 2,477 Woodcuts.

In 3 vols. royal 4to., price £4 14s. 6d.,


TREDGOLD ON THE STEAM ENGINE; Its Principles, Practice, and
Construction. Illustrated by upwards or 200 Engravings, and 160
Woodcuts and Diagrams.

In 1 vol. demy 4to., price £1 11s. 6d.,


NICHOLSON’S CARPENTER’S GUIDE. Edited by John Hay, Esq.,
Architect, Liverpool. Illustrated by numerous Engravings.

In 1 vol. post 8vo., price 10s. 6d., cloth,


A DICTIONARY OF TERMS IN ART; Edited and illustrated by F. W.
Fairholt, F.S.A., Author of “Costume in England,” &c.; Honorary
Member of the Society of Antiquaries of Normandy, Poitiers, and
Picardy; and Corresponding Member of the Society of
Antiquaries of Scotland. Illustrated by 500 Engravings.

In demy 4to., price 12s., cloth lettered,


PRACTICAL HINTS ON PORTRAIT PAINTING: Illustrated by
Examples from the Works of Vandyke and other Artists. By John
Burnet, F.R.S., Author of “Letters on Landscape Painting,”
“Rembrandt and his Works,” &c. &c. With 12 Engravings on
Steel. Re-edited, and with an Appendix, by Henry Murray, F.S.A.

In demy 4to., price 12s., cloth lettered,


LANDSCAPE PAINTING IN OIL COLOURS, Explained in Letters on the
Theory and Practice of the Art, and illustrated by Examples from
the several Schools. By John Burnet, F.R.S., Author of “Practical
Hints on Painting,” “Rembrandt and his Works,” &c. &c. Re-
edited, with an Appendix, by Henry Murray, F.S.A. Illustrated with
11 Steel Engravings.

In 1 vol. demy 8vo., price 5s.,


THE SCHOOL PERSPECTIVE: Being a Progressive Course of
Instruction in Linear Perspective, both Theoretical and Practical.
Specially designed for the Use of Schools. By J. R. Dicksee,
Principal Drawing Master to the City of London School; to the
Normal College for Training Teachers of the British and Foreign
School Society. Illustrated with many Woodcuts and 40
Engraved Plates.

Transcriber's Notes:

Uncertain or antiquated spellings or ancient words were not corrected.


Errors in punctuation and inconsistent hyphenation were not corrected unless
otherwise noted.
Typographical errors have been silently corrected but other variations in spelling and
punctuation remain unaltered.
*** END OF THE PROJECT GUTENBERG EBOOK CATALOGUE OF
RUDIMENTARY, SCIENTIFIC, EDUCATIONAL, AND CLASSICAL
WORKS ***

Updated editions will replace the previous one—the old editions will
be renamed.

Creating the works from print editions not protected by U.S.


copyright law means that no one owns a United States copyright in
these works, so the Foundation (and you!) can copy and distribute it
in the United States without permission and without paying
copyright royalties. Special rules, set forth in the General Terms of
Use part of this license, apply to copying and distributing Project
Gutenberg™ electronic works to protect the PROJECT GUTENBERG™
concept and trademark. Project Gutenberg is a registered trademark,
and may not be used if you charge for an eBook, except by following
the terms of the trademark license, including paying royalties for use
of the Project Gutenberg trademark. If you do not charge anything
for copies of this eBook, complying with the trademark license is
very easy. You may use this eBook for nearly any purpose such as
creation of derivative works, reports, performances and research.
Project Gutenberg eBooks may be modified and printed and given
away—you may do practically ANYTHING in the United States with
eBooks not protected by U.S. copyright law. Redistribution is subject
to the trademark license, especially commercial redistribution.

START: FULL LICENSE


THE FULL PROJECT GUTENBERG LICENSE
PLEASE READ THIS BEFORE YOU DISTRIBUTE OR USE THIS WORK

To protect the Project Gutenberg™ mission of promoting the free


distribution of electronic works, by using or distributing this work (or
any other work associated in any way with the phrase “Project
Gutenberg”), you agree to comply with all the terms of the Full
Project Gutenberg™ License available with this file or online at
www.gutenberg.org/license.

Section 1. General Terms of Use and


Redistributing Project Gutenberg™
electronic works
1.A. By reading or using any part of this Project Gutenberg™
electronic work, you indicate that you have read, understand, agree
to and accept all the terms of this license and intellectual property
(trademark/copyright) agreement. If you do not agree to abide by all
the terms of this agreement, you must cease using and return or
destroy all copies of Project Gutenberg™ electronic works in your
possession. If you paid a fee for obtaining a copy of or access to a
Project Gutenberg™ electronic work and you do not agree to be
bound by the terms of this agreement, you may obtain a refund
from the person or entity to whom you paid the fee as set forth in
paragraph 1.E.8.

1.B. “Project Gutenberg” is a registered trademark. It may only be


used on or associated in any way with an electronic work by people
who agree to be bound by the terms of this agreement. There are a
few things that you can do with most Project Gutenberg™ electronic
works even without complying with the full terms of this agreement.
See paragraph 1.C below. There are a lot of things you can do with
Project Gutenberg™ electronic works if you follow the terms of this
agreement and help preserve free future access to Project
Gutenberg™ electronic works. See paragraph 1.E below.
1.C. The Project Gutenberg Literary Archive Foundation (“the
Foundation” or PGLAF), owns a compilation copyright in the
collection of Project Gutenberg™ electronic works. Nearly all the
individual works in the collection are in the public domain in the
United States. If an individual work is unprotected by copyright law
in the United States and you are located in the United States, we do
not claim a right to prevent you from copying, distributing,
performing, displaying or creating derivative works based on the
work as long as all references to Project Gutenberg are removed. Of
course, we hope that you will support the Project Gutenberg™
mission of promoting free access to electronic works by freely
sharing Project Gutenberg™ works in compliance with the terms of
this agreement for keeping the Project Gutenberg™ name associated
with the work. You can easily comply with the terms of this
agreement by keeping this work in the same format with its attached
full Project Gutenberg™ License when you share it without charge
with others.

1.D. The copyright laws of the place where you are located also
govern what you can do with this work. Copyright laws in most
countries are in a constant state of change. If you are outside the
United States, check the laws of your country in addition to the
terms of this agreement before downloading, copying, displaying,
performing, distributing or creating derivative works based on this
work or any other Project Gutenberg™ work. The Foundation makes
no representations concerning the copyright status of any work in
any country other than the United States.

1.E. Unless you have removed all references to Project Gutenberg:

1.E.1. The following sentence, with active links to, or other


immediate access to, the full Project Gutenberg™ License must
appear prominently whenever any copy of a Project Gutenberg™
work (any work on which the phrase “Project Gutenberg” appears,
or with which the phrase “Project Gutenberg” is associated) is
accessed, displayed, performed, viewed, copied or distributed:
This eBook is for the use of anyone anywhere in the United
States and most other parts of the world at no cost and with
almost no restrictions whatsoever. You may copy it, give it away
or re-use it under the terms of the Project Gutenberg License
included with this eBook or online at www.gutenberg.org. If you
are not located in the United States, you will have to check the
laws of the country where you are located before using this
eBook.

1.E.2. If an individual Project Gutenberg™ electronic work is derived


from texts not protected by U.S. copyright law (does not contain a
notice indicating that it is posted with permission of the copyright
holder), the work can be copied and distributed to anyone in the
United States without paying any fees or charges. If you are
redistributing or providing access to a work with the phrase “Project
Gutenberg” associated with or appearing on the work, you must
comply either with the requirements of paragraphs 1.E.1 through
1.E.7 or obtain permission for the use of the work and the Project
Gutenberg™ trademark as set forth in paragraphs 1.E.8 or 1.E.9.

1.E.3. If an individual Project Gutenberg™ electronic work is posted


with the permission of the copyright holder, your use and distribution
must comply with both paragraphs 1.E.1 through 1.E.7 and any
additional terms imposed by the copyright holder. Additional terms
will be linked to the Project Gutenberg™ License for all works posted
with the permission of the copyright holder found at the beginning
of this work.

1.E.4. Do not unlink or detach or remove the full Project


Gutenberg™ License terms from this work, or any files containing a
part of this work or any other work associated with Project
Gutenberg™.

1.E.5. Do not copy, display, perform, distribute or redistribute this


electronic work, or any part of this electronic work, without
prominently displaying the sentence set forth in paragraph 1.E.1
with active links or immediate access to the full terms of the Project
Gutenberg™ License.

1.E.6. You may convert to and distribute this work in any binary,
compressed, marked up, nonproprietary or proprietary form,
including any word processing or hypertext form. However, if you
provide access to or distribute copies of a Project Gutenberg™ work
in a format other than “Plain Vanilla ASCII” or other format used in
the official version posted on the official Project Gutenberg™ website
(www.gutenberg.org), you must, at no additional cost, fee or
expense to the user, provide a copy, a means of exporting a copy, or
a means of obtaining a copy upon request, of the work in its original
“Plain Vanilla ASCII” or other form. Any alternate format must
include the full Project Gutenberg™ License as specified in
paragraph 1.E.1.

1.E.7. Do not charge a fee for access to, viewing, displaying,


performing, copying or distributing any Project Gutenberg™ works
unless you comply with paragraph 1.E.8 or 1.E.9.

1.E.8. You may charge a reasonable fee for copies of or providing


access to or distributing Project Gutenberg™ electronic works
provided that:

• You pay a royalty fee of 20% of the gross profits you derive
from the use of Project Gutenberg™ works calculated using the
method you already use to calculate your applicable taxes. The
fee is owed to the owner of the Project Gutenberg™ trademark,
but he has agreed to donate royalties under this paragraph to
the Project Gutenberg Literary Archive Foundation. Royalty
payments must be paid within 60 days following each date on
which you prepare (or are legally required to prepare) your
periodic tax returns. Royalty payments should be clearly marked
as such and sent to the Project Gutenberg Literary Archive
Foundation at the address specified in Section 4, “Information
about donations to the Project Gutenberg Literary Archive
Foundation.”

• You provide a full refund of any money paid by a user who


notifies you in writing (or by e-mail) within 30 days of receipt
that s/he does not agree to the terms of the full Project
Gutenberg™ License. You must require such a user to return or
destroy all copies of the works possessed in a physical medium
and discontinue all use of and all access to other copies of
Project Gutenberg™ works.

• You provide, in accordance with paragraph 1.F.3, a full refund of


any money paid for a work or a replacement copy, if a defect in
the electronic work is discovered and reported to you within 90
days of receipt of the work.

• You comply with all other terms of this agreement for free
distribution of Project Gutenberg™ works.

1.E.9. If you wish to charge a fee or distribute a Project Gutenberg™


electronic work or group of works on different terms than are set
forth in this agreement, you must obtain permission in writing from
the Project Gutenberg Literary Archive Foundation, the manager of
the Project Gutenberg™ trademark. Contact the Foundation as set
forth in Section 3 below.

1.F.

1.F.1. Project Gutenberg volunteers and employees expend


considerable effort to identify, do copyright research on, transcribe
and proofread works not protected by U.S. copyright law in creating
the Project Gutenberg™ collection. Despite these efforts, Project
Gutenberg™ electronic works, and the medium on which they may
be stored, may contain “Defects,” such as, but not limited to,
incomplete, inaccurate or corrupt data, transcription errors, a
copyright or other intellectual property infringement, a defective or
damaged disk or other medium, a computer virus, or computer
codes that damage or cannot be read by your equipment.

1.F.2. LIMITED WARRANTY, DISCLAIMER OF DAMAGES - Except for


the “Right of Replacement or Refund” described in paragraph 1.F.3,
the Project Gutenberg Literary Archive Foundation, the owner of the
Project Gutenberg™ trademark, and any other party distributing a
Project Gutenberg™ electronic work under this agreement, disclaim
all liability to you for damages, costs and expenses, including legal
fees. YOU AGREE THAT YOU HAVE NO REMEDIES FOR
NEGLIGENCE, STRICT LIABILITY, BREACH OF WARRANTY OR
BREACH OF CONTRACT EXCEPT THOSE PROVIDED IN PARAGRAPH
1.F.3. YOU AGREE THAT THE FOUNDATION, THE TRADEMARK
OWNER, AND ANY DISTRIBUTOR UNDER THIS AGREEMENT WILL
NOT BE LIABLE TO YOU FOR ACTUAL, DIRECT, INDIRECT,
CONSEQUENTIAL, PUNITIVE OR INCIDENTAL DAMAGES EVEN IF
YOU GIVE NOTICE OF THE POSSIBILITY OF SUCH DAMAGE.

1.F.3. LIMITED RIGHT OF REPLACEMENT OR REFUND - If you


discover a defect in this electronic work within 90 days of receiving
it, you can receive a refund of the money (if any) you paid for it by
sending a written explanation to the person you received the work
from. If you received the work on a physical medium, you must
return the medium with your written explanation. The person or
entity that provided you with the defective work may elect to provide
a replacement copy in lieu of a refund. If you received the work
electronically, the person or entity providing it to you may choose to
give you a second opportunity to receive the work electronically in
lieu of a refund. If the second copy is also defective, you may
demand a refund in writing without further opportunities to fix the
problem.

1.F.4. Except for the limited right of replacement or refund set forth
in paragraph 1.F.3, this work is provided to you ‘AS-IS’, WITH NO
OTHER WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR ANY PURPOSE.

1.F.5. Some states do not allow disclaimers of certain implied


warranties or the exclusion or limitation of certain types of damages.
If any disclaimer or limitation set forth in this agreement violates the
law of the state applicable to this agreement, the agreement shall be
interpreted to make the maximum disclaimer or limitation permitted
by the applicable state law. The invalidity or unenforceability of any
provision of this agreement shall not void the remaining provisions.

1.F.6. INDEMNITY - You agree to indemnify and hold the Foundation,


the trademark owner, any agent or employee of the Foundation,
anyone providing copies of Project Gutenberg™ electronic works in
accordance with this agreement, and any volunteers associated with
the production, promotion and distribution of Project Gutenberg™
electronic works, harmless from all liability, costs and expenses,
including legal fees, that arise directly or indirectly from any of the
following which you do or cause to occur: (a) distribution of this or
any Project Gutenberg™ work, (b) alteration, modification, or
additions or deletions to any Project Gutenberg™ work, and (c) any
Defect you cause.

Section 2. Information about the Mission


of Project Gutenberg™
Project Gutenberg™ is synonymous with the free distribution of
electronic works in formats readable by the widest variety of
computers including obsolete, old, middle-aged and new computers.
It exists because of the efforts of hundreds of volunteers and
donations from people in all walks of life.

Volunteers and financial support to provide volunteers with the


assistance they need are critical to reaching Project Gutenberg™’s
goals and ensuring that the Project Gutenberg™ collection will
remain freely available for generations to come. In 2001, the Project
Gutenberg Literary Archive Foundation was created to provide a
secure and permanent future for Project Gutenberg™ and future
generations. To learn more about the Project Gutenberg Literary
Archive Foundation and how your efforts and donations can help,
see Sections 3 and 4 and the Foundation information page at
www.gutenberg.org.

Section 3. Information about the Project


Gutenberg Literary Archive Foundation
The Project Gutenberg Literary Archive Foundation is a non-profit
501(c)(3) educational corporation organized under the laws of the
state of Mississippi and granted tax exempt status by the Internal
Revenue Service. The Foundation’s EIN or federal tax identification
number is 64-6221541. Contributions to the Project Gutenberg
Literary Archive Foundation are tax deductible to the full extent
permitted by U.S. federal laws and your state’s laws.

The Foundation’s business office is located at 809 North 1500 West,


Salt Lake City, UT 84116, (801) 596-1887. Email contact links and up
to date contact information can be found at the Foundation’s website
and official page at www.gutenberg.org/contact

Section 4. Information about Donations to


the Project Gutenberg Literary Archive
Foundation
Project Gutenberg™ depends upon and cannot survive without
widespread public support and donations to carry out its mission of
increasing the number of public domain and licensed works that can
be freely distributed in machine-readable form accessible by the
widest array of equipment including outdated equipment. Many
small donations ($1 to $5,000) are particularly important to
maintaining tax exempt status with the IRS.

The Foundation is committed to complying with the laws regulating


charities and charitable donations in all 50 states of the United
States. Compliance requirements are not uniform and it takes a
considerable effort, much paperwork and many fees to meet and
keep up with these requirements. We do not solicit donations in
locations where we have not received written confirmation of
compliance. To SEND DONATIONS or determine the status of
compliance for any particular state visit www.gutenberg.org/donate.

While we cannot and do not solicit contributions from states where


we have not met the solicitation requirements, we know of no
prohibition against accepting unsolicited donations from donors in
such states who approach us with offers to donate.

International donations are gratefully accepted, but we cannot make


any statements concerning tax treatment of donations received from
outside the United States. U.S. laws alone swamp our small staff.

Please check the Project Gutenberg web pages for current donation
methods and addresses. Donations are accepted in a number of
other ways including checks, online payments and credit card
donations. To donate, please visit: www.gutenberg.org/donate.

Section 5. General Information About


Project Gutenberg™ electronic works
Professor Michael S. Hart was the originator of the Project
Gutenberg™ concept of a library of electronic works that could be
freely shared with anyone. For forty years, he produced and
distributed Project Gutenberg™ eBooks with only a loose network of
volunteer support.
Welcome to our website – the perfect destination for book lovers and
knowledge seekers. We believe that every book holds a new world,
offering opportunities for learning, discovery, and personal growth.
That’s why we are dedicated to bringing you a diverse collection of
books, ranging from classic literature and specialized publications to
self-development guides and children's books.

More than just a book-buying platform, we strive to be a bridge


connecting you with timeless cultural and intellectual values. With an
elegant, user-friendly interface and a smart search system, you can
quickly find the books that best suit your interests. Additionally,
our special promotions and home delivery services help you save time
and fully enjoy the joy of reading.

Join us on a journey of knowledge exploration, passion nurturing, and


personal growth every day!

ebookmasss.com

You might also like