Frontend Infra Book
  • Why I Wrote This Guide
  • Mock Interviews
  • Development Roadmap
  • Product/Nonfunctional Requirements
  • Technical/Functional Requirements
    • Performance
    • User Experience Tracking
    • Backend Integration
    • Security
    • DevOps
    • Other / Unsorted
  • Design System & Common Components
  • Examples
    • Trading System
  • Topic In Depths
    • Containerization
    • Data Stack
    • Tools and Packages List
  • Common Solutions
  • Success/Failure Stories
    • Comp At Startups
    • Scaling FE Teams - My HOVER Story
  • Other Resources
  • Environment Setup
  • About The Author(s) + Contributing
  • Interviewing for FE
    • Getting The Interview
    • Negotiation Tips
    • How RSU's Work
    • Moving Up in Your Career
    • FAQ
    • Companies
  • Culture
  • What Matters in Company Culture
Powered by GitBook
On this page
  • Browser Requirements
  • SEO
  • i18z/accessibility
  • Static Page like Home
  • Bug tolerance:
  • Hosting
  • Components Architecture Examples

Was this helpful?

Edit on GitHub
  1. Technical/Functional Requirements

Other / Unsorted

  • Devices: Mobile? Web? Desktop? iPad?

Browser Requirements

  • Do we anciptiable any older browsers, slower devices, slow network connections

  • SSR for slower devices, fast first render

  • WebSockets - if not supported fallback

SEO

  • FB Meta tags, Google Indexable/Robots

  • Favicon

i18z/accessibility

  • Do we need i18z or accessibility

  • Easily account for accessibility using MUI But might need to change later when changing design

  • Level of abstraction on top of component so that it's easy to switch between

Static Page like Home

  • Webflow - so that designers can update without a developer, less deploy time

Bug tolerance:

which areas should bugs have more QA

  • Heavily test financial customer

    • Number/Support

    • Talk about the experience after customer bought something

Hosting

  • Vercel for hosting in the beginning

Components Architecture Examples

  • Advanced Masonry Scroll (google photos)

PreviousDevOpsNextDesign System & Common Components

Last updated 3 years ago

Was this helpful?