Jamie's Blog

  • Home
  • About me
  • Blogs

jamie

Frontend Development

Getting error when displaying a PDF file using React-pdf OR @React-pdf-viewer/core

I tried to display a PDF file on website with react-pdf and react-pdf-viwer, but all failed. The error showed in console is: SyntaxError: expected expression, got ‘<‘ This is caused by pdf.worker.js in pdfjs-dist, which is the dependency of the both two packages. For React-pdf, you can eject by yourself Read more…

By jamie, 2 years21 March 2023 ago
Frontend Development

HTML cheat sheet

There are hundreds of semantic tags available to help describe the meaning of your HTML documents. Below is a cheat sheet with some of the most common ones you’ll use in this course and in your development career. Sectioning tags Use the following tags to organize your HTML document into Read more…

By jamie, 2 years20 March 2023 ago