From 83122d93d6a7e2c6681e24cbf0292bb773196b10 Mon Sep 17 00:00:00 2001 From: PatrickAlphac <54278053+PatrickAlphaC@users.noreply.github.com> Date: Tue, 12 Apr 2022 15:22:47 -0400 Subject: [PATCH] updated --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cadbeb7..fa42c6c 100644 --- a/README.md +++ b/README.md @@ -298,8 +298,11 @@ yarn add --dev @nomiclabs/hardhat-ethers@npm:hardhat-deploy-ethers ethers @nomic 💻 Code: https://github.com/PatrickAlphaC/nextjs-smartcontract-lottery-fcc +We moving into using [NextJS](https://nextjs.org/) for our front end. NextJS is a [React framework](https://reactjs.org/) for building websites. + ### Optional Sub-Lesson: Full Stack Development & Other Libraries - [6 Ways to connect your dapp to a wallet](https://www.youtube.com/watch?v=pdsYCkUWrgQ) +- [NextJS Crash Course](https://www.youtube.com/watch?v=mTz0GXj8NN0) - Other React libraries: - [Web3React](https://github.com/NoahZinsmeister/web3-react) - [wagmi](https://github.com/tmm/wagmi)