Evan Almloff
e65c5f0eb3
depreciate the render macro
2024-01-16 13:18:46 -06:00
Jonathan Kelley
1dde044697
remove cx.render
2024-01-13 21:12:21 -08:00
Jonathan Kelley
fae0b08e61
Fix the router and stub out a number of crates to get compiling
2024-01-13 20:51:37 -08:00
Evan Almloff
b180b501f7
Merge branch 'master' into fullstack-binary-size-compile-times
2024-01-08 13:18:05 -06:00
Evan Almloff
b1de7d850c
Merge branch 'master' into intigrate-collect-assets
2024-01-04 18:44:29 -06:00
Jonathan Kelley
1a8bf13ff5
Merge branch 'master' into resilient-hydration
2024-01-04 10:28:41 -08:00
Evan Almloff
8b125231f0
make backend and frontend builds happen in parallel
2023-12-21 18:04:35 -06:00
Evan Almloff
37e9876a70
bump salvo
2023-12-20 15:18:20 -06:00
Evan Almloff
2d7d721fd6
make hydration more resilient using ids to hydrate
2023-12-19 16:02:07 -06:00
Evan Almloff
23090cb56b
optimize fullstack compile times
2023-11-21 14:46:47 -06:00
Evan Almloff
b9554fd744
add a noop evaluator to the ssr renderer
2023-11-05 08:32:39 -06:00
Leonard
c866ae602b
Add system for creating component attributes + new #[component]
attribute ( #1448 )
...
* Add `#[component]` attribute + system for creating component attributes + other stuff
* Delete inlineprops.rs
* Update inline_props.rs
* Cargo fmt
* Fix clippy warnings and paths in props/mods.rs
* Include where clause in `#[inline_props]` output
* Allow Clippy type complexity in `LinkProps`
* Allow the type complexity lint for the entire link.rs file
* Remove snake_case -> PascalCase converter, but rather enforce PascalCase
Also:
- Put the second function inside the main one instead of besides it.
- Simplify
* Simplify type check lints so they don't return false positives
They will not always work, but they won't return any false positives, like for aliases. This is likely going to be replaced by a more polished Clippy-backed linting system.
* Fix #583
* Cargo fmt
* Add docs for `deserialize()` and remove useless comment
* Add `#[component]` to prelude
* Merge branch 'master' of https://github.com/tigerros/dioxus
* #[inline_props] is no more. Except in the docs folder, but that's going to be removed
* Remove docs folder
* Remove docs from workspace
* Resolve `DeserializerOutput` conversation
2023-09-15 09:13:36 -05:00
Evan Almloff
bdaa284c14
fix formatting
2023-09-12 09:12:32 -05:00
Evan Almloff
6e74d08bf5
remove log from a few examples
2023-09-11 19:42:08 -05:00
Evan Almloff
c55c17cb81
switch to tracing for logging
2023-09-06 17:47:33 -05:00
Evan Almloff
cabeacfcee
fix formatting
2023-07-28 13:04:56 -07:00
Evan Almloff
9f891f9478
switch to launch builder instead of macro for fullstack
2023-07-28 12:58:34 -07:00
Jonathan Kelley
5e3451a6f2
Quiet cargo warnings
2023-07-26 21:02:39 -07:00
Evan Almloff
c19420cb29
fix root component suspense
2023-07-25 12:51:12 -07:00
ealmloff
d637ef187c
fix all broken examples ( #1248 )
2023-07-25 14:30:08 -05:00
Evan Almloff
61dc549ba1
Make new enum router less breaking
2023-07-24 11:57:56 -07:00
Evan Almloff
f55375b8ce
simplify fullstack hello world examples
2023-07-19 16:57:43 -07:00
Evan Almloff
7e2ef1260f
Merge branch 'master' into use-server-function
2023-07-19 14:19:03 -07:00
Evan Almloff
8e54a89a74
fix use_server_future
2023-07-17 17:23:15 -07:00
Evan Almloff
4ab30c9e76
remove cargo cache
2023-07-17 16:50:30 -07:00
Evan Almloff
dd5d974aeb
fix suspense
2023-07-17 16:48:54 -07:00
Evan Almloff
de72d85391
create server_cached function
2023-07-14 17:23:12 -07:00
Evan Almloff
128f3e4425
fix nested routers
2023-07-13 19:29:43 -07:00
Evan Almloff
c6ddee6f21
remove the extract macro
2023-07-12 16:20:44 -06:00
Evan Almloff
831bcfd8e7
Fix warp fullstack adapter
2023-07-10 19:14:13 -05:00
Evan Almloff
0e83d48c04
Fix salvo fullstack builds
2023-07-10 18:48:55 -05:00
Evan Almloff
7c2bf4c5ed
fix formatting
2023-07-08 10:56:10 -07:00
Evan Almloff
fd98b51dfe
fix auth example
2023-07-08 10:42:15 -07:00
Evan Almloff
27b0c2683b
create auth example
2023-07-08 10:37:28 -07:00
Evan Almloff
576bc61855
fix playwrite tests
2023-07-07 19:03:25 -07:00
Evan Almloff
41f9c480c8
remove old references to server context
2023-07-07 18:39:18 -07:00
Evan Almloff
14883bb711
add server function middleware
2023-07-07 18:25:45 -07:00
Evan Almloff
c49c75cb60
remove props compression
2023-07-07 11:08:27 -07:00
Evan Almloff
7597068af6
integrate extractors with the macro
2023-07-07 11:03:59 -07:00
Evan Almloff
4f6e6a7c0d
add extractors to server-fn
2023-07-06 17:54:05 -07:00
Evan Almloff
e883e8d0dd
fix static generation example compiling
2023-07-06 11:24:52 -07:00
Evan Almloff
b7ea3580c2
add static generation hydrated example
2023-07-06 10:52:09 -07:00
Evan Almloff
040055ba9d
compress assets by default in the launch macro
2023-06-30 19:22:43 -07:00
Evan Almloff
a7f7aad947
fix errors for nested routes
2023-06-28 11:27:11 -07:00
Evan Almloff
7b1f0c9412
Merge branch 'master' into router-typesafe
2023-06-28 08:56:07 -07:00
Evan Almloff
a165e13564
add cache headers
2023-06-24 13:21:12 -07:00
Evan Almloff
b8806b0854
remove brackets around address
2023-06-23 18:56:20 -07:00
Evan Almloff
99674fcf94
create server launch macro
2023-06-23 18:23:03 -07:00
Evan Almloff
1704ee0068
router/fullstack/ssr intigration
2023-06-22 16:51:48 -07:00
Evan Almloff
495fd22bfd
Merge branch 'master' into router-typesafe
2023-06-22 12:52:11 -07:00