Skip to content

Commit af85a0c

Browse files
author
Alex Patterson
committed
pea update
2 parents e9d2ceb + e94cf42 commit af85a0c

File tree

2 files changed

+2
-28
lines changed

2 files changed

+2
-28
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ out
44
hosting*
55
dist
66
.firebase
7-
.next
7+
functions

README.md

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,5 @@
33
This is a sample application showcasing the power of Next.js.
44
This git repository serves as a the guide to walk through a series of lessons hosted on:
55

6-
- [AJonP Lesson](https://ajonp.com/lessons/next.js-using-materialui-and-firebase-intro/)
6+
- [AJonP Module #1](https://ajonp.com/courses/nextjs9/nextjs-using-materialui-and-firebase-intro/)
77
- [AJonP YouTube Tutorial](http://bit.ly/ajonp-youtube-sub)
8-
9-
# Key Components
10-
11-
## What is Next.js
12-
13-
[Next.js](https://nextjs.org/) - Production grade React applications that scale.
14-
15-
## React
16-
17-
[ReactJs](https://reactjs.org/) - A JavaScript library for building user interfaces
18-
19-
## What is MaterialUI
20-
21-
[MaterialUI](https://material-ui.com/) - React Components that Implement Google's Material Design.
22-
23-
## What is Firebase
24-
25-
[Firebase](https://firebase.google.com/) - Firebase is a mobile and web application development platform.
26-
27-
## RxJS
28-
29-
[RxJS](https://rxjs.dev/) - RxJS is a library for reactive programming using Observables, to make it easier to compose asynchronous or callback-based code.
30-
31-
## What is RxFire
32-
33-
[RxFire](https://firebase.googleblog.com/2018/09/introducing-rxfire-easy-async-firebase.html) - RxFire provides a set of observable creation methods that utilize both Firebase and RxJS.

0 commit comments

Comments
 (0)