Jack Hsu
40f9180eba
feat(react): add styled-jsx support for apps, libs, and components ( #3204 )
2020-06-22 20:41:57 -04:00
Jason Jean
e06822da7e
chore(repo): update prettier to v2 ( #2934 )
...
this is just for the repo, and not the workspace
Co-authored-by: Rares Matei <matei.rar@gmail.com>
2020-04-29 01:09:37 -04:00
Jack Hsu
82088560c4
feat(nextjs): add page and component schematics to Next ( #2810 )
...
* `directory` option for react components will override default lib/app path as well
2020-04-14 22:17:38 -04:00
Rares Matei
d37fc66bc7
feat(react): add option to stop generation of components or styles ( #2568 )
...
ISSUES CLOSED: 2184
2020-03-03 14:44:10 -05:00
Jack Hsu
f58e6d3d78
feat(react): add --flat option for component schematic to add file at the source root
2020-01-05 16:37:26 -05:00
Jack Hsu
fa7c9a7c7f
feat(react): add --directory option for React components ( #1729 )
...
Also adds alias support to tao cli.
Closes #1702
2019-08-16 09:22:15 -04:00
Jack Hsu
57fe219c03
feat(react): add routing support to react app, lib, and component schematics
...
* `--routing` for app, lib, component generates component with default
`<Route>` and `<Link>`
* `--parentRoute` for feature lib adds its routes to the specified
component (by path)
2019-05-31 12:54:57 -04:00
Jason Jean
2958f503f7
fix(frontend): fix react component for apps
2019-05-27 10:16:32 -04:00
Jack Hsu
0923dab318
feat(react): adds and updates React schematics with more options
...
- Added component schematic that adds to existing project.
* Supports CSS-in-JS styles, functional components, etc.
- Lib and app schematics now support new style, funtional components options (same as component)
2019-05-22 17:06:46 -04:00