Details for this torrent 

React Native: Create an Unbeatable and Multiplayer Tic-Tac-Toe
Type:
Other > Other
Files:
432
Size:
12.12 GiB (13010566496 Bytes)
Uploaded:
2021-04-07 06:02:15 GMT
By:
tuts756
Seeders:
2
Leechers:
0
Comments
0  

Info Hash:
F431BAD635D320C205DEDB4B28658D957C90329B




(Problems with magnets links are fixed by upgrading your torrent client!)
Description

In this course we are going to create a Tic-Tac-Toe game using React Native (Expo). Although the Tic Tac Toe game is simple, our project won’t be very simple. We are going to use Typescript in the project. Typescript is a tool that adds types of the JavaScript language. Having types allows us to avoid certain bugs in our code in addition to many other benefits.

Our app will contain a single player game. For that we are going to use an algorithm called the Minimax Algorithm in order to create a bot with different difficulties. In addition to that, we will also have a multiplayer game. In the multiplayer game we are going to create an API and manage Authentication using a service called AWS Amplify. AWS Amplify allows us to easily build a GraphQL API that we will use in our game.

Let’s breakdown what will be discussed in each section:

Section 1

This is an optional section for students without or with limited Typescript knowledge. We are going to have a very quick introduction to Typescript. We will discuss things like basic types, types, interfaces and generics.

Section 2

In this course we are going to use a tool called expo. Expo is a tool that simplifies building apps using React Native. We will see what is the difference between expo and normal React Native. And then we will install expo, create a new expo project and run it on a physical device, Android emulator and the iOS simulator.

Section 3

In this section we are going to setup some tools that will be very helpful in our workflow. First we will install Typescript for type checking. Then we will use Prettier to automate formatting our code. We will also use ESLint to enforce JavaScript rules. Husky to make sure we run all these tools before committing our code to git. And we will finally install a module resolver to make importing files and components in our project a lot easier.

Section 4

In this section we are going to do some general setup for our application. Including loading fonts, creating a custom text component, setting up navigation and more.

Section 5

In this section we will build our single player game. This includes the UI, the bot player, adding sounds and haptics, creating a settings page to choose difficulty and other options and persisting the settings on the phone using react context and AsyncStorage.

Section 6

This section will just be an introduction to AWS Amplify and some AWS concepts like IAM. We will also install amplify and set it up in our project.

Section 7

Here we will use AWS Cognito which is a service that comes with Amplify to add authentication in our app. This includes login, register, otp confirmation, resend password, reset password, forget password and more.

Section 8

This section will cover creating a GraphQL API using Amplify for the multiplayer game. We are going to learn how to create a model in our database and add authorization rules for this model to restrict its access by the API depending on authorization methods. We are going to create models for our players and our game and connect these models together. In addition to that, we will create multiple lambda functions that will handle different parts in the game like starting a new game and playing a move and we will see how to trigger these functions using our API. We will also create the necessary GraphQL subscription to listen for changes for each game so that we can have a real time experience.

Section 9

After completing the API for the multiplayer game, here we will start building our UI. This includes listing games, paginating games, searching for players, starting a new game and handling updating the game in real time. When consuming our API, we will learn how to use amplify to generate typescript types for our queries, mutations and subscription for a great development experience.

Section 10

This section is entirely dedicated to sending push notifications with expo. Sending notification may seem simple; however there are a lot of stuff that need to be handled that we will discover in this section. Eventually we will be able to send a notification to a player when he is invited to a new game.

Section 11

This short section will show you how simple it is to add ads in your game using AdMob which is integrated in expo.

Section 12

In this final section we will discover how smooth building and publishing your app with expo is. We will build our apps for Android and iOS and publish the builds to the App and Play stores.
Who this course is for:

    Students with Some React Native Knowledge that Would Like to Create a Full-stack Complicated Project.
    React Native Developers with little Typescript Experience Who Would Like to See How to Create a Big Project with Typescript & React Native.
    React Native Developers Interested in Learning About AWS Amplify & Integrating it With React Native.
    React Native Developers Interested in Creating a Full App with Expo Including Push Notifications, Building & Deployment.

Requirements

    JavaScript (ESNext) Knowledge is Required.
    Typescript Basics Knowledge is Preferred.
    React Knowledge is Required.
    At Least Some React Native Basic Knowledge is Required (I Will not Discuss React Native Basics like Views and Styles).
    GraphQL Basic Knowledge is Required (When we use GraphQL, I will put you links to quick free material that you can watch/read).
    Some AWS (Amazon Web Services) Knowledge is not Required But Will be Helpful.
    A macOS Device is Required BUT Only if You would like to Use the iOS Simulator & Publish the App to the App Store.
    An AWS Account is Required for the Multiplayer Part. You have to Enter Credit Card Information to Create an Account. You Will Probably Not Be Charged Just By Following this Course as You Get a Monthly Free Usage.
    Apple Developer Account is Required ($99/Year) if You Would Like to Publish the App on the Apple App Store.
    Google Developer Account is Required ($25) if You Would Like to Publish the App on the Google Play Store.

Last Updated 4/2021

[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/11. Creating a Lambda Function that Starts a New Game (Part 2).mp4251.45 MiB
TutsNode.com.txt63 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/11. Creating a Lambda Function that Starts a New Game (Part 2).srt27.84 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/13. Creating a Lambda Function that Plays a Move in a Game (Part 2).srt23.94 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/8. Creating the PlayerGame Intermediate Model.srt23.58 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/11. Implementing the getBestMove Function with the Minimax Algorithm.srt22.4 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/1. Introduction/3. Source Code.html798 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/12. Writing a Lambda a Function that Handles Expo Tickets (Part. 2).srt21.45 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/4. Writing the Post Confirmation Lambda Function.srt20.35 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/20. Setting Up Our Multiplayer Game Screen.srt19.51 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/14. Integrating the getBestMove Function in our UI.srt19.5 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/14. Updating & Animating our Game Items when receiving Updates.srt19.46 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/5. Bootstrapping our App & Setting Up Navigation/2. Creating a Custom Text Component.srt19.06 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/21. Fetching an Existing Game or Creating a New Game Based on Navigation Params.srt18.82 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/14. Handling Clicking on a Notification & Navigation to the Game.srt18.61 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/2. TypeScript Primer/4.1 TypeScript Handbook.html116 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/7. The isTerminal Utility Function.srt18.26 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/25. Creating the UI For the Settings Page.srt18.21 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/3. Getting Started with Expo/1.1 Expo Limitations.html108 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/4. Setting Up Tooling & Folder Structure/3. Using ESLint to Check for JavaScript Errors.srt17.89 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/4. Creating the Login Functionality.srt17.51 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/3. Getting Started with Expo/2.1 Watchman.html122 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/3. Getting Started with Expo/2.2 Git.html81 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/3. Getting Started with Expo/2.3 Node.js.html8 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/3. Creating a Custom TextInput Component with Ref Forwarding.srt17.4 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/4. Creating a Lambda Function for Storing Expo Tokens.srt17.23 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/3. Getting Started with Expo/3.1 Xcode.html95 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/3. Getting Started with Expo/3.2 iOS Simulator Expo Docs.html105 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/4. Creating a Tic-Tac-Toe Board Component.srt17.08 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/17. Refactoring our Sounds Code into a Custom Hook.srt16.93 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/3. Getting Started with Expo/4.1 Android Emulator Expo Docs.html115 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/5. Bootstrapping our App & Setting Up Navigation/4. Setting Up our Navigation.srt16.86 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/19. Styling our Winning Line Depending on the Game Result.srt16.8 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/15. Adding Sounds & Haptics Feedback.srt16.78 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/12. Implementing the getBestMove Function with the Minimax Algorithm cont..srt16.56 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/4. Setting Up Tooling & Folder Structure/2.1 Prettier Playground.html92 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/2. Adding Authorization Rules for the Player Model.srt16.14 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/7. Sending Push Notifications to the Invited Player (Part. 1).srt15.88 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/4. Setting Up Tooling & Folder Structure/3.1 ESLint Rules.html91 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/5. Writing a Lambda a Function that Runs Before a User is Authenticated.srt15.74 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/9. The Minimax Algorithm.srt15.64 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/12. Resending Confirmation Code & Handling Unconfirmed Accounts.srt15.53 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/4. Querying our Games with Sorting & Pagination.srt15.47 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/4. Setting Up Tooling & Folder Structure/5.1 ES7 ReactReduxGraphQLReact-Native snippets.html144 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/17. Adding and Autofocusing the Search Input.srt9.03 KiB
.pad/073 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/13. Creating a Lambda Function that Plays a Move in a Game (Part 2).mp4229.18 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/2. Home Screen Logo & Button Component.srt15.45 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/5. Bootstrapping our App & Setting Up Navigation/1.1 Expo Google Fonts Directory.html86 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/5. Bootstrapping our App & Setting Up Navigation/1.2 Expo Custom Fonts.html108 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/29. Refactoring the Settings Logic into a React Context cont..srt15.35 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/12. Monetizing the Game with Google AdMob/1. Monetizing the Game with Google AdMob.srt15.31 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/10. Creating a Lambda Function that Starts a New Game (Part 1).srt15.15 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/11. Account Confirmation UI & Functionality.srt15.07 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/7. Introduction to AWS Amplify/1. What is AWS Amplify.srt14.96 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/5. The printFormattedBoard Utility Function.srt14.89 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/5. Bootstrapping our App & Setting Up Navigation/4.1 React Navigation.html11 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/27. Adding the Functionality For the Settings cont..srt14.67 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/3. The Post Confirmation Cognito Lambda Trigger.srt14.23 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/3. Adding a Model for Expo Tokens in the Database.srt14.2 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/28. Refactoring the Settings Logic into a React Context.srt13.99 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/4. Setting Up Tooling & Folder Structure/5. Creating our Folder Structure.srt13.83 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/2. Requesting Permissions & Getting the Expo Push Token.srt13.75 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/25. Listening to Game Changes & Updating the State in Real-time.srt13.71 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/9. Loading More Pagination & Pull to Refresh.srt13.55 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/10. Adding Registration Form UI & Functionality.srt13.54 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/1. Push Notifications Overview.srt13.45 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/8. Listening to Authentication Events Using AWS Amplify Hub.srt13.44 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/1. Gradient Background Component.srt13.33 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/26. Adding the Functionality For the Settings.srt13.29 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/20. Animating the Winning Line Component.srt13.2 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/11. Writing a Lambda a Function that Handles Expo Tickets (Part. 1).srt13.07 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/3. Restricting Multiplayer Screen Access to Logged in Users.srt12.99 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/17. Adding Custom Resolvers to Our Custom Subscriptions.srt12.67 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/3. Getting Started with Expo/1. What is Expo.srt12.64 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/23. Updating the Board State After Playing a Move.srt12.61 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/7. Introduction to AWS Amplify/3. AWS Identity and Access Management (IAM).srt12.53 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/22. Displaying the Game Board & Playing a Move.srt12.33 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/24. Creating the Settings Page.srt12.3 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/1. Creating a Player Model.srt12.29 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/26. Adding the Winning Line & Sound Effects.srt12.23 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/12.1 JavaScript Closures.html114 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/4. Setting Up Tooling & Folder Structure/2. Installing Prettier to Format our Code.srt12.27 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/4. Setting Up Tooling & Folder Structure/6. Installing and Setting Up a Module Resolver.srt12.2 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/7. Introduction to AWS Amplify/5. Adding the API & Auth AWS Services to Our Project.srt12 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/10. Displaying the Opponent's Name & the Turn for each Game.srt11.99 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/2. TypeScript Primer/3. Interfaces & Types.srt11.96 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/18. Adding the Functionality for Players Search.srt11.67 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/15.1 Expo Haptics.html11 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/15.2 Expo AV.html105 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/2. TypeScript Primer/2. Basic TypeScript Types.srt11.65 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/12. Moving the Game Item into a Separate Component.srt11.64 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/21. Styling the Board Component.srt11.64 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/11. Displaying the Result of Each Game.srt11.43 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/8. Sending Push Notifications to the Invited Player (Part. 2).srt11.13 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/8. Displaying our Games Using a FlatList.srt10.96 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/6. Generating Typescript Types for our API Response using Amplify.srt10.95 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/7. Refactoring & Using our Auth Context.srt10.86 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/2. Multiplayer Screen Overview & Boilerplate.srt10.74 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/15. Adding a Players List Modal for Starting a New Game.srt10.68 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/18. Creating a Component for Drawing the Winning Line.srt10.56 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/22. Completing the UI for the Single Player Game Screen.srt10.51 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/16. Adding Win, Loss & Draw Sounds and Haptics..srt10.36 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/10. Storing Expo Tickets in the Database.srt10.33 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/6. More Utility Functions.srt10.33 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/13. Publishing, Building & Deploying to the App Store and Play Store/1. Publishing & Building our App.srt10.11 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/13. Listening to Game Updates Using the onUpdateGameById Subscription.srt9.93 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/27. Styling the Multiplayer Game Screen.srt9.78 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/4. Setting Up Tooling & Folder Structure/4. Running our Scripts Before Committing to Git Using Husky & Lint-staged.srt9.68 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/16. Creating a Custom Subscription to Listen to Game Updates by ID.srt9.63 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/7. Storing Games & nextToken in a React State with Proper Typescript Types.srt9.49 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/12. Creating a Lambda Function that Plays a Move in a Game (Part 1).srt9.17 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/26.1 AsyncStorage Docs.html116 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/23. Adding the Functionality for the Result Modal & Games Counter.srt9.15 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/7. Introduction to AWS Amplify/6. Locally Mocking our GraphQL API.srt9.02 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/3. Getting Started with Expo/4. Running the App on the Android Emulator.srt8.97 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/5. Testing & Integration the addExpoToken Function in our App.srt8.87 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/18. Making our Players Searchable with Elasticsearch.srt8.81 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/13. Publishing, Building & Deploying to the App Store and Play Store/3. Uploading the App to the Android Play Store.srt8.6 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/16. Creating a Function that Searches for Players By Name or Username.srt8.48 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/28. Multiplayer Game Header Overview.srt8.46 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/7. Introduction to AWS Amplify/2. GraphQL Resources.html29 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/13. Clearing the Badge & Displaying Foreground Notifications.srt8.27 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/5. Bootstrapping our App & Setting Up Navigation/3. Creating a Component for Bootstrapping our App.srt8.22 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/6. Creating a React Context to Store the Logged-in User.srt8.21 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/5. Bootstrapping our App & Setting Up Navigation/1. Loading Google Fonts with Expo.srt8.01 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/9. Setting Up the Registration Screen.srt7.49 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/2.1 Link for copying npm install.html165 B
.pad/196 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/4. Writing the Post Confirmation Lambda Function.mp4207.78 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/14. Testing the playMove Function.srt7.92 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/5. Checking for Logged in Users in the App.srt7.87 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/8. Making our Board Interactive.srt7.8 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/9. Removing Tokens that Caused an Error from our Database.srt7.3 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/13. Publishing, Building & Deploying to the App Store and Play Store/4. Uploading the App to the iOS App Store.srt7.21 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/1. Installing AWS Amplify Client Libraries & Adding the Login Screen.srt6.82 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/2. TypeScript Primer/4. Generics.srt6.82 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/7. Introduction to AWS Amplify/4. Configuring AWS Amplify.srt6.81 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/6. Removing the Push Token on Logout.srt6.76 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/6. Creating the Game Model in our Schema.srt6.65 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/5. Calling our GraphQL Query in the Multiplayer Home Screen.srt6.48 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/15. The onUpdateGame Subscription & Why is it Not Suitable for our Game.srt6.3 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/13. Forgot & Reset Password Overview.srt6.17 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/15. Setting Up Firebase Cloud Messaging for Android.srt6.15 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/1. Introduction/1. What are We Going to be Creating (App Demo).srt6 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/2. TypeScript Primer/1. What is TypeScript.srt5.85 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/13. Adding Maximum Depth to the getBestMove Function for changing difficulty..srt5.77 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/9. Adding Authorization Rules for the PlayerGame Model.srt5.51 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/3. Preparing our Single Player Screen.srt5.48 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/2. Adding & Styling Text Inputs in the Login Screen.srt5.31 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/3. Getting Started with Expo/2. Installing Expo & Setting Up a Project.srt5.08 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/10.1 AuthClass Docs.html128 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/10. Recursive Functions.srt4.9 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/1. Introduction/2. Before Watching the Course!.srt4.77 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/11.1 react-native-otp-input.html128 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/24. Creating a Function that Handles Error Messages.srt4.74 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/19. Finalizing our Search Players Modal Styling.srt4.68 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/13. Publishing, Building & Deploying to the App Store and Play Store/2. Adding Permissions for Android in app.json.srt4.18 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/7. Understanding the Relation Between the Player & Game Models.srt4.05 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/4. Setting Up Tooling & Folder Structure/1. Type-checking our Project with Typescript.srt3.62 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/3. Getting Started with Expo/3. Running the App on the iOS Simulator.srt3.21 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/1. Ignoring the Amplify Folder when Bundling our JS React Native Code.srt2.69 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/13. Publishing, Building & Deploying to the App Store and Play Store/5. Final Testing on Physical Devices.srt1.79 KiB
[TGx]Downloaded from torrentgalaxy.to .txt585 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/2.1 Android Channel Options.html141 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/16.1 GitHub Issue.html138 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/13. Publishing, Building & Deploying to the App Store and Play Store/3.1 First Android Submission.html128 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/15.1 FCM Expo Docs.html111 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/13. Publishing, Building & Deploying to the App Store and Play Store/2.1 app.json Reference.html109 B
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/12. Monetizing the Game with Google AdMob/1.1 AdMob Expo Docs.html108 B
.pad/253.79 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/14. Updating & Animating our Game Items when receiving Updates.mp4178.4 MiB
.pad/31.6 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/20. Setting Up Our Multiplayer Game Screen.mp4174.71 MiB
.pad/41.29 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/11. Implementing the getBestMove Function with the Minimax Algorithm.mp4174.27 MiB
.pad/51.73 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/12. Writing a Lambda a Function that Handles Expo Tickets (Part. 2).mp4173.76 MiB
.pad/6246.57 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/21. Fetching an Existing Game or Creating a New Game Based on Navigation Params.mp4168.85 MiB
.pad/71.15 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/17. Refactoring our Sounds Code into a Custom Hook.mp4168.74 MiB
.pad/81.26 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/29. Refactoring the Settings Logic into a React Context cont..mp4161.83 MiB
.pad/9175.79 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/8. Creating the PlayerGame Intermediate Model.mp4160.34 MiB
.pad/101.66 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/12. Resending Confirmation Code & Handling Unconfirmed Accounts.mp4156.09 MiB
.pad/111.91 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/14. Integrating the getBestMove Function in our UI.mp4155.45 MiB
.pad/12561.3 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/14. Handling Clicking on a Notification & Navigation to the Game.mp4152.31 MiB
.pad/131.69 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/4. Creating a Lambda Function for Storing Expo Tokens.mp4149.48 MiB
.pad/14529.94 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/25. Creating the UI For the Settings Page.mp4145.37 MiB
.pad/15640.43 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/15. Adding Sounds & Haptics Feedback.mp4144.42 MiB
.pad/161.58 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/2. Home Screen Logo & Button Component.mp4142.36 MiB
.pad/171.64 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/11. Account Confirmation UI & Functionality.mp4138.74 MiB
.pad/181.26 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/27. Adding the Functionality For the Settings cont..mp4136.61 MiB
.pad/191.39 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/5. Writing a Lambda a Function that Runs Before a User is Authenticated.mp4135.28 MiB
.pad/20742.29 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/7. Sending Push Notifications to the Invited Player (Part. 1).mp4133.9 MiB
.pad/2197.91 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/9. Loading More Pagination & Pull to Refresh.mp4132.17 MiB
.pad/221.83 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/25. Listening to Game Changes & Updating the State in Real-time.mp4132.15 MiB
.pad/231.85 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/5. Bootstrapping our App & Setting Up Navigation/2. Creating a Custom Text Component.mp4130.42 MiB
.pad/241.58 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/4. Creating the Login Functionality.mp4130.4 MiB
.pad/251.6 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/4. Setting Up Tooling & Folder Structure/3. Using ESLint to Check for JavaScript Errors.mp4129 MiB
.pad/261019.32 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/12. Monetizing the Game with Google AdMob/1. Monetizing the Game with Google AdMob.mp4128.45 MiB
.pad/271.55 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/12. Implementing the getBestMove Function with the Minimax Algorithm cont..mp4127.91 MiB
.pad/2895.03 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/26. Adding the Winning Line & Sound Effects.mp4125.6 MiB
.pad/29406.91 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/5. Bootstrapping our App & Setting Up Navigation/4. Setting Up our Navigation.mp4123.2 MiB
.pad/30814.86 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/3. The Post Confirmation Cognito Lambda Trigger.mp4120.89 MiB
.pad/311.11 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/7. The isTerminal Utility Function.mp4119.44 MiB
.pad/32576.36 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/4. Creating a Tic-Tac-Toe Board Component.mp4118.01 MiB
.pad/331.99 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/3. Creating a Custom TextInput Component with Ref Forwarding.mp4117.82 MiB
.pad/34179.64 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/10. Adding Registration Form UI & Functionality.mp4117.7 MiB
.pad/35302.49 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/2. Adding Authorization Rules for the Player Model.mp4117.45 MiB
.pad/36560.75 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/12. Moving the Game Item into a Separate Component.mp4117 MiB
.pad/371022.37 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/28. Refactoring the Settings Logic into a React Context.mp4114.98 MiB
.pad/381.02 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/3. Getting Started with Expo/4. Running the App on the Android Emulator.mp4113.85 MiB
.pad/39153.5 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/18. Adding the Functionality for Players Search.mp4113.56 MiB
.pad/40450.81 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/10. Creating a Lambda Function that Starts a New Game (Part 1).mp4112.15 MiB
.pad/411.85 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/26. Adding the Functionality For the Settings.mp4111.69 MiB
.pad/42320.79 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/23. Updating the Board State After Playing a Move.mp4110.92 MiB
.pad/431.08 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/5. The printFormattedBoard Utility Function.mp4109.99 MiB
.pad/447.87 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/4. Querying our Games with Sorting & Pagination.mp4109.48 MiB
.pad/45529.78 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/10. Displaying the Opponent's Name & the Turn for each Game.mp4107.6 MiB
.pad/46407.3 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/11. Displaying the Result of Each Game.mp4107.24 MiB
.pad/47783.21 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/8. Listening to Authentication Events Using AWS Amplify Hub.mp4106.79 MiB
.pad/481.21 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/17. Adding Custom Resolvers to Our Custom Subscriptions.mp4104.51 MiB
.pad/491.49 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/1. Gradient Background Component.mp4102.21 MiB
.pad/501.79 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/11. Writing a Lambda a Function that Handles Expo Tickets (Part. 1).mp4101.8 MiB
.pad/51206.37 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/4. Setting Up Tooling & Folder Structure/5. Creating our Folder Structure.mp4101.31 MiB
.pad/52704.36 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/22. Completing the UI for the Single Player Game Screen.mp497.64 MiB
.pad/53373.44 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/19. Styling our Winning Line Depending on the Game Result.mp497.53 MiB
.pad/54486.29 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/24. Creating the Settings Page.mp497.09 MiB
.pad/55933.87 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/7. Refactoring & Using our Auth Context.mp497.06 MiB
.pad/56964.73 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/16. Adding Win, Loss & Draw Sounds and Haptics..mp496.84 MiB
.pad/571.16 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/2. Requesting Permissions & Getting the Expo Push Token.mp496.71 MiB
.pad/581.29 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/3. Restricting Multiplayer Screen Access to Logged in Users.mp496.58 MiB
.pad/591.42 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/8. Displaying our Games Using a FlatList.mp494.89 MiB
.pad/601.11 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/22. Displaying the Game Board & Playing a Move.mp493.77 MiB
.pad/61240.22 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/20. Animating the Winning Line Component.mp492.77 MiB
.pad/621.23 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/6. Generating Typescript Types for our API Response using Amplify.mp489.7 MiB
.pad/63311.74 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/15. Adding a Players List Modal for Starting a New Game.mp489.24 MiB
.pad/64778.71 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/13. Listening to Game Updates Using the onUpdateGameById Subscription.mp489.23 MiB
.pad/65786 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/7. Storing Games & nextToken in a React State with Proper Typescript Types.mp489.11 MiB
.pad/66913.45 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/27. Styling the Multiplayer Game Screen.mp488.84 MiB
.pad/671.16 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/17. Adding and Autofocusing the Search Input.mp487.87 MiB
.pad/68131.93 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/28. Multiplayer Game Header Overview.mp487.28 MiB
.pad/69732.28 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/23. Adding the Functionality for the Result Modal & Games Counter.mp486.71 MiB
.pad/701.29 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/2. Multiplayer Screen Overview & Boilerplate.mp486.26 MiB
.pad/711.74 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/4. Setting Up Tooling & Folder Structure/6. Installing and Setting Up a Module Resolver.mp485.43 MiB
.pad/72579.02 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/21. Styling the Board Component.mp484.95 MiB
.pad/731.05 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/3. Adding a Model for Expo Tokens in the Database.mp483.18 MiB
.pad/74836.42 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/4. Setting Up Tooling & Folder Structure/2. Installing Prettier to Format our Code.mp482.01 MiB
.pad/751.99 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/8. Sending Push Notifications to the Invited Player (Part. 2).mp481.57 MiB
.pad/76441.73 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/5. Testing & Integration the addExpoToken Function in our App.mp477.95 MiB
.pad/7755.07 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/10. Storing Expo Tickets in the Database.mp475.63 MiB
.pad/78374.36 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/16. Creating a Custom Subscription to Listen to Game Updates by ID.mp475.04 MiB
.pad/79978.52 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/1. Creating a Player Model.mp473.26 MiB
.pad/80758.54 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/2. TypeScript Primer/3. Interfaces & Types.mp471.99 MiB
.pad/818.9 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/4. Setting Up Tooling & Folder Structure/4. Running our Scripts Before Committing to Git Using Husky & Lint-staged.mp471.45 MiB
.pad/82562.43 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/5. Bootstrapping our App & Setting Up Navigation/3. Creating a Component for Bootstrapping our App.mp470.16 MiB
.pad/831.84 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/7. Introduction to AWS Amplify/3. AWS Identity and Access Management (IAM).mp469.94 MiB
.pad/8465.19 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/16. Creating a Function that Searches for Players By Name or Username.mp469.67 MiB
.pad/85335.39 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/6. More Utility Functions.mp469.45 MiB
.pad/86565.36 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/12. Creating a Lambda Function that Plays a Move in a Game (Part 1).mp467.47 MiB
.pad/87539.36 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/7. Introduction to AWS Amplify/5. Adding the API & Auth AWS Services to Our Project.mp467.36 MiB
.pad/88659.29 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/9. Setting Up the Registration Screen.mp466.93 MiB
.pad/891.07 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/8. Making our Board Interactive.mp465.61 MiB
.pad/90401.1 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/18. Creating a Component for Drawing the Winning Line.mp464.89 MiB
.pad/911.11 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/5. Calling our GraphQL Query in the Multiplayer Home Screen.mp462.52 MiB
.pad/921.48 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/6. Creating a React Context to Store the Logged-in User.mp462.51 MiB
.pad/931.49 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/13. Clearing the Badge & Displaying Foreground Notifications.mp461.66 MiB
.pad/94349.97 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/14. Testing the playMove Function.mp459.67 MiB
.pad/95338.62 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/9. The Minimax Algorithm.mp459.21 MiB
.pad/96808.32 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/13. Publishing, Building & Deploying to the App Store and Play Store/3. Uploading the App to the Android Play Store.mp456.85 MiB
.pad/971.15 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/13. Forgot & Reset Password Overview.mp456.74 MiB
.pad/981.26 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/1. Installing AWS Amplify Client Libraries & Adding the Login Screen.mp456.69 MiB
.pad/991.31 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/5. Bootstrapping our App & Setting Up Navigation/1. Loading Google Fonts with Expo.mp456.56 MiB
.pad/1001.44 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/3. Getting Started with Expo/2. Installing Expo & Setting Up a Project.mp455.36 MiB
.pad/101654.34 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/9. Removing Tokens that Caused an Error from our Database.mp454.88 MiB
.pad/1021.12 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/5. Checking for Logged in Users in the App.mp454.07 MiB
.pad/1031.93 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/6. Removing the Push Token on Logout.mp453.17 MiB
.pad/104852.15 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/18. Making our Players Searchable with Elasticsearch.mp452.57 MiB
.pad/1051.43 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/3. Preparing our Single Player Screen.mp451.05 MiB
.pad/106970.33 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/13. Publishing, Building & Deploying to the App Store and Play Store/1. Publishing & Building our App.mp450.89 MiB
.pad/1071.11 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/19. Finalizing our Search Players Modal Styling.mp449.05 MiB
.pad/108969.34 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/13. Adding Maximum Depth to the getBestMove Function for changing difficulty..mp448.91 MiB
.pad/1091.09 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/3. Getting Started with Expo/1. What is Expo.mp446.85 MiB
.pad/1101.15 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/13. Publishing, Building & Deploying to the App Store and Play Store/4. Uploading the App to the iOS App Store.mp446.84 MiB
.pad/1111.16 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/2. TypeScript Primer/2. Basic TypeScript Types.mp446.8 MiB
.pad/1121.2 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/1. Push Notifications Overview.mp446.28 MiB
.pad/1131.72 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/15. The onUpdateGame Subscription & Why is it Not Suitable for our Game.mp446.18 MiB
.pad/1141.82 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/3. Getting Started with Expo/3. Running the App on the iOS Simulator.mp444.8 MiB
.pad/1151.2 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/7. Introduction to AWS Amplify/1. What is AWS Amplify.mp443.92 MiB
.pad/11683.65 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/9. Adding Authorization Rules for the PlayerGame Model.mp442.5 MiB
.pad/1171.5 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/24. Creating a Function that Handles Error Messages.mp441.59 MiB
.pad/118418.54 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/11. Sending Push Notifications with Expo/15. Setting Up Firebase Cloud Messaging for Android.mp441.11 MiB
.pad/119913.63 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/7. Introduction to AWS Amplify/6. Locally Mocking our GraphQL API.mp438.67 MiB
.pad/1201.33 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/13. Publishing, Building & Deploying to the App Store and Play Store/2. Adding Permissions for Android in app.json.mp435.51 MiB
.pad/121499 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/8. User Authentication with Amazon Cognito/2. Adding & Styling Text Inputs in the Login Screen.mp433.28 MiB
.pad/122736.32 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/7. Introduction to AWS Amplify/4. Configuring AWS Amplify.mp433.04 MiB
.pad/123985.15 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/6. Creating the Game Model in our Schema.mp429.83 MiB
.pad/124175.71 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/1. Introduction/2. Before Watching the Course!.mp426 MiB
.pad/1252 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/2. TypeScript Primer/4. Generics.mp425.78 MiB
.pad/126223.29 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/1. Introduction/1. What are We Going to be Creating (App Demo).mp422.9 MiB
.pad/1271.1 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/4. Setting Up Tooling & Folder Structure/1. Type-checking our Project with Typescript.mp422.02 MiB
.pad/1281.98 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/2. TypeScript Primer/1. What is TypeScript.mp421.77 MiB
.pad/129237.65 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/10. Building the Multiplayer Game UI/1. Ignoring the Amplify Folder when Bundling our JS React Native Code.mp421.46 MiB
.pad/130549.86 KiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/6. The Unbeatable Single Player Game/10. Recursive Functions.mp418.94 MiB
.pad/1311.06 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/9. The Multiplayer Game API/7. Understanding the Relation Between the Player & Game Models.mp412.04 MiB
.pad/1321.96 MiB
[TutsNode.com] - React Native Create an Unbeatable & Multiplayer Tic-Tac-Toe/13. Publishing, Building & Deploying to the App Store and Play Store/5. Final Testing on Physical Devices.mp47.84 MiB