Skip to content

Commit eb48e6a

Browse files
author
Alex Patterson
committed
Intro
0 parents  commit eb48e6a

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# AJ on Purr-fect Solutions introduces Next.js using MaterialUI and Firebase
2+
3+
This is a sample application showcasing the power of Next.js.
4+
This git repository serves as a the guide to walk through a series of lessons hosted on:
5+
6+
- [AJonP Lesson](https://ajonp.com/lessons/next.js-using-materialui-and-firebase-intro/)
7+
- [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)