Commit d9b242a
authored
Replace jinja with fstrings (#5720)
* replace jinja with fstrings
* fix precommit
* simplify some \n
* move custom components to their own directory
* fix vite config template
* fix package json
* fix Unpack
* fix app root
* fix custom component template
* that works better
* fix page template
* fix context template
* ah we need to call var_name
* no default imports
* fix styles_template
* simplify component template
* fix stateful_component_template
* fix stateful_components_template
* fix document children
* remove initialState
* remove that
* fix the test
* fix dynamic components
* simplify render hooks
* remove execissive new lines
* inline render_props
* simplify tagless
* simplify render checks
* fix client var having empty js expr
* create a simpler merge_parsed_imports for already parsed imports
* maybe parse the ones who are mean?
* woops
* optimize _iter_parent_classes_with_method a tad bit
* simplify rather more
* remove docstring
* simplify tailwind_config_js_template
* simplify match and fix some bugs in it
* or null1 parent 818f722 commit d9b242a
File tree
63 files changed
+1313
-1242
lines changed- reflex
- .templates/jinja
- app
- custom_components
- web
- pages
- styles
- utils
- compiler
- components
- base
- core
- el/elements
- markdown
- tags
- constants
- custom_components
- experimental
- plugins
- utils
- tests
- integration
- units
- compiler
- components
- base
- core
- markdown
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
63 files changed
+1313
-1242
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
This file was deleted.
Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 39 deletions
This file was deleted.
Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 0 additions & 57 deletions
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments