File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,10 @@ const TechStack = () => (
1212 Frontend
1313 </ HeadingThree >
1414 < BodyOne className = "text-black text-xl text-left mb-5 font-bold" >
15- Using the Serverless Framework, we will be able to create GraphQL Lambda
16- powered by Apollo Server.
15+ On the frontend, you can create the Lunar Tour in either Vue or React.
16+ On the Vue side you uncover how to persist state in multiple components.
17+ While in the React course, you can learn how to use Apollo's Local Cache
18+ as an alternative for Rdux.
1719 </ BodyOne >
1820 < div className = "grid grid-cols-3 gap-5 ml-10" >
1921 { constants . techStack . map ( t => (
@@ -24,6 +26,10 @@ const TechStack = () => (
2426 < HeadingThree className = "text-green-darker text-center mb-5 mt-5" >
2527 Backend
2628 </ HeadingThree >
29+ < BodyOne className = "text-black text-xl text-left mb-5 font-bold" >
30+ Using the Serverless Framework, you will be able to create a GraphQL
31+ Lambda powered by Apollo Server.
32+ </ BodyOne >
2733 < div className = "grid grid-cols-3 gap-5 ml-10" >
2834 { constants . backendTechStack . map ( t => (
2935 < StackCard url = { t . logo } linkURL = { t . url } Title = { t . technology } />
You can’t perform that action at this time.
0 commit comments