Building micro frontends with Vercel + Lit

I recently began exploring Vercel for microservice development in a course I was teaching. Like any good professor, it’s important to propose a course topic you only sort of know about. I knew web components; how hard could Microfrontend development be…


This content originally appeared on DEV Community and was authored by Bryan Ollendyke

I recently began exploring Vercel for microservice development in a course I was teaching. Like any good professor, it's important to propose a course topic you only sort of know about. I knew web components; how hard could Microfrontend development be?

This series will detail some of the lessons learned in developing a series of microservice + web component projects the last few months. These are beginning to distill down to follow a common pattern:

  • Front end brick that works anywhere (ala web components, lit based)
  • Something to broker and manage the API calls (middleware / class on front end)
  • End point that is blackboxy, returning expected output (Vercel for these examples, though really AWS Lambda)

I hope that by covering the similarities and differences in approaches I've taken to produce a few of these it can help others think through the potential benefits of web components.

Stories about microservices

Here's some links to start poking around:


This content originally appeared on DEV Community and was authored by Bryan Ollendyke


Print Share Comment Cite Upload Translate Updates
APA

Bryan Ollendyke | Sciencx (2022-07-19T20:06:42+00:00) Building micro frontends with Vercel + Lit. Retrieved from https://www.scien.cx/2022/07/19/building-micro-frontends-with-vercel-lit/

MLA
" » Building micro frontends with Vercel + Lit." Bryan Ollendyke | Sciencx - Tuesday July 19, 2022, https://www.scien.cx/2022/07/19/building-micro-frontends-with-vercel-lit/
HARVARD
Bryan Ollendyke | Sciencx Tuesday July 19, 2022 » Building micro frontends with Vercel + Lit., viewed ,<https://www.scien.cx/2022/07/19/building-micro-frontends-with-vercel-lit/>
VANCOUVER
Bryan Ollendyke | Sciencx - » Building micro frontends with Vercel + Lit. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/07/19/building-micro-frontends-with-vercel-lit/
CHICAGO
" » Building micro frontends with Vercel + Lit." Bryan Ollendyke | Sciencx - Accessed . https://www.scien.cx/2022/07/19/building-micro-frontends-with-vercel-lit/
IEEE
" » Building micro frontends with Vercel + Lit." Bryan Ollendyke | Sciencx [Online]. Available: https://www.scien.cx/2022/07/19/building-micro-frontends-with-vercel-lit/. [Accessed: ]
rf:citation
» Building micro frontends with Vercel + Lit | Bryan Ollendyke | Sciencx | https://www.scien.cx/2022/07/19/building-micro-frontends-with-vercel-lit/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.