Practical Enterprise React
eBook - ePub

Practical Enterprise React

Become an Effective React Developer in Your Team

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Practical Enterprise React

Become an Effective React Developer in Your Team

About this book

Learn to write a real-world enterprise app using the fundamentals of React and the most popular React libraries. Knowing the basics of React is important, but what is more important is knowing the common third-party libraries and how to use them.The book is perfect for intermediate to experienced React developers or busy React developers who would like to get things done and have maintainable React code.

Practical Enterprise React features popular libraries such as React Router v6 for route navigation, Redux with Saga and Thunk for state management, and Formik with Yup for form and input validations. You'll also work with Material UI 5 (the next major version of the most popular UI component library in React), Axios as the HTTP client library, JWT auth for client app authentication, and TypeScript. Finally, you'll learn to deploy the app to Netlify, and containerize the React app to ship it as a standalone container instance or in a Kubernetes cluster.

Become a more effective React developer by using what is available out there instead of trying to reinvent the wheel. This book reveals how to save time and money, and build better apps for your clients. Get practical with React enterprise app development and enhance your career.

What You'll Learn

  • Use TypeScript in React and React Hooks
  • Work with Redux Toolkit, and TypeScript
  • Build an inventory dashboard, charts, and calendar
  • Write forms with Formik
  • Validate inputs with Yup
  • Use Material UI for fast user interface building
  • Secure your React app by building a login form and protecting the routes

Who This Book Is For

Those interested in writing React enterprise apps. Knowledge of HTML, CSS and JavaScript/TypeScript is required, and experience with JavaScript libraries/frameworks would be useful.

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Practical Enterprise React by Devlin Basilan Duldulao,Ruby Jane Leyva Cabagnot in PDF and/or ePUB format, as well as other popular books in Computer Science & Web Programming. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Cover
  2. Front Matter
  3. 1. Getting Ahead in React
  4. 2. Getting Started with the Node Package Manager
  5. 3. Getting Started with React Function Components and TypeScript
  6. 4. Setting Up an Enterprise-Level App
  7. 5. Navigating React Router
  8. 6. Writing Local States, Sending HTTP Requests, and ApexCharts
  9. 7. Writing Data Tables, Formik Forms, and Yup Validations
  10. 8. Writing Data Tables, Formik Forms, and Yup Validations: Part 2
  11. 9. Managing State Using Redux with Redux Toolkit
  12. 10. Setting Up Redux Toolkit and Dispatching an Asynchronous Action
  13. 11. Creating, Deleting, and Updating Events on FullCalendar Using RTK
  14. 12. Protecting Routes and Authentication in React
  15. 13. Writing a Profile Form and Syncing It to Components
  16. 14. Updating the Dashboard Sidebar Navigation
  17. 15. Creating the Notifications, Security, and Subscription Pages
  18. 16. Making the App Mobile-Friendly
  19. 17. Styling Methods for React Components
  20. 18. Deploying React in Netlify and in Docker
  21. Back Matter