-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Tinkering on React-based experiment
1 parent
be110d1
commit 5e8cc52
Showing
4 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Figured out how to log requests in Micronaut for my React-based experiment. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
More tinkering with my React-based experiment. I fleshed out the =/extract= | ||
page and created sub-components for parts of the page. I found | ||
=react-hook-form= to try to handle the form to launch the extraction, but I am | ||
struggling to make it work properly. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
More tinkering with my React-based experiment. I added the =/load= page to | ||
load a pre-extracted dependency graph instead of creating one from compiled | ||
Java code. This got me to create a shared =<Stats>= component for both | ||
pages. | ||
|
||
I wired the forms to actually trigger the corresponding actions on the | ||
Micronaut service. It even forces a refresh of the =<Stats>= component | ||
with updated data from the service. | ||
|
||
I tried adding =dotenv= so I could put the service URL in a =.env= file. After | ||
getting it all setup, I found out Vite already includes =dotenv=, complete with | ||
a =.env.local= file that is already being ignored by Git. So, I reverted my | ||
=dotenv= work in favor of the "standard" one. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Fixed the =update= checkbox on the =/extract= page. Also, added title and logo | ||
in the browser tabs. |