Skip to content

Commit

Permalink
Fix draft issue and rename post slug
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiaborga committed May 30, 2024
1 parent 1f4ffc0 commit 59e3f19
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#+DATE: <2024-05-30 Thu>
#+OPTIONS: toc:nil num:nil
#+FILETAGS: :javascript:frontend:
#+DRAFT: nil

The "standard" way of including js modules in your app is to bundle them together with the script that loads the app. This means that the code of the module is quite literally included in the final bundle. I was recently introduced to a client's /microfrontend/ application at work where I learned about an alternative way to do this using SystemJS. To understand what SystemJS does though, it is necessary to first understand some different ways that we can include external modules into our frontend app.

Expand Down

0 comments on commit 59e3f19

Please sign in to comment.