Maxnelson997 / JSS-from-SCSS

A small repo showing the process of converting an SCSS app into a CSSinJS (JSS) app. Utilizes React Hooks and vanilla JS implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS in JS (JSS) + React Hooks

The goal of building this repo is to illustrate my understanding of JSS (JSS GitHub - JSS Website). I will do this by completing the following list of tasks I created:

  • clone my webpack repo & setup this repo.
  • install JSS.
  • convert the existing boilerplate layout.scss structure to completely use JSS.
  • duplicate layout.js & convert to functional component to allow React Hooks use.
  • comply with react-jss to use JSS with react hooks.
  • leave detailed commits to ensure readability.
this repo was generated off my webpack in-depth repo which can be found here.
See My Website For More Development Related Content.

About

A small repo showing the process of converting an SCSS app into a CSSinJS (JSS) app. Utilizes React Hooks and vanilla JS implementation.


Languages

Language:JavaScript 91.8%Language:CSS 6.2%Language:HTML 2.0%