Skip to content

Gigacore/canicallsetstate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤔 Can I Call setState() ?

Handy little site to find if you can call setState() in any of React.js' lifecycle hooks.

screenshot

Running it on local

  • git clone
  • npm i
  • npm run dev

Tech Stack

  • React.js with Next.js
  • styled-components

TODOs

  • Optimize for performance - Load Time, First Paint (FMP, FMC)
  • Fix styled-components' SSR issue
  • PWA support
  • Provide more detailed information to better explain the limitations.
  • Fix UI issues, especially on mobile
  • Bump the a11y rating to 100%. Currently at 59%