Commit Graph
86 Commits
Author SHA1 Message Date
tben 86d4bb8d6c Imporve HMR Post-build function speed 2026-03-30 05:44:34 +01:00
tben 2b170d24e1 Updates 2026-03-29 17:08:10 +01:00
tben 950bdc3dca Add error logs for server functions. Add cache dynamic function. 2026-03-27 05:22:31 +01:00
tben 572f739b5c Surpress react/jsx-runtime errors: Bugfix #3 2026-03-25 16:35:45 +01:00
tben ee07163ba5 Surpress react/jsx-runtime errors: Bugfix #2 2026-03-25 16:26:05 +01:00
tben ad51f7da0c Surpress react/jsx-runtime errors: Bugfix #2 2026-03-25 16:25:39 +01:00
tben 6a024faece Surpress react/jsx-runtime errors: Bugfix 2026-03-25 16:09:18 +01:00
tben 764e8f76f0 Surpress react/jsx-runtime errors 2026-03-25 16:03:45 +01:00
tben b8bae51b32 Remove react/jsx-runtime dynamic browser import 2026-03-25 15:51:24 +01:00
tben dad5cffaac Remove react/jsx-dev-runtime dynamic browser import 2026-03-25 15:48:05 +01:00
tben 321c8ebb89 Refactor Bundler. Fix bugs. 2026-03-24 22:03:55 +01:00
tben 336fa812a5 Update bundler logic 2026-03-24 21:37:41 +01:00
tben f6c7f6b78c Refactor bundler function 2026-03-24 20:42:47 +01:00
tben 99b319f5af Bugfix. Fix esbuild post build function for HMR 2026-03-24 18:41:33 +01:00
tben 47c262392c Switch back to esbuild 2026-03-24 18:28:56 +01:00
tben 976ff5fec9 Reconcile React and React Dom Versions 2026-03-24 07:34:55 +01:00
tben 60ee353bf0 Refactor Server Paradigm. 2026-03-24 07:18:57 +01:00
tben 342f56f3f5 Server Refactor 2026-03-24 07:17:03 +01:00
tben 7dd8d87be8 Change server paradigm 2026-03-24 05:24:14 +01:00
tben 6f1db7c01f Add more features. Customize HTML. Add server logic and other page module exports to __root 2026-03-23 19:14:56 +01:00
tben 67ed8749e2 Remove React and React Dom deletion 2026-03-23 07:50:55 +01:00
tben 146f51c590 Remove React and React Dom enforcment 2026-03-23 07:46:10 +01:00
tben 4b8b610e32 Updates 2026-03-23 07:42:00 +01:00
tben 567fb4f746 Fix errors, bugs and known vulerabilities 2026-03-23 06:58:41 +01:00
tben 0308ea32ec Update Hydration and HMR logic 2026-03-23 06:13:25 +01:00
tben 1634eeb213 Major Refactoring. Test update 2026-03-22 16:45:12 +01:00
tben e047539a11 Remove unneccesary logs 2026-03-22 12:44:11 +01:00
tben e0a07cf57c Remove unneccesary logs 2026-03-22 12:38:04 +01:00
tben e2df3256f4 Bogfix: update server module stripping function. 2026-03-22 12:32:15 +01:00
tben c3e1341ff8 Update HMR. Make page reload when __root.tsx file is changed. 2026-03-22 12:09:24 +01:00
tben 49d6781170 Update web-page handler: add more detailed error logs 2026-03-22 10:56:48 +01:00
tben 3d044ee79e Bugfix. Update Tsx server stripping function to have absolute paths. Run the rewrite function on dev and build commands. 2026-03-22 10:53:27 +01:00
tben a9af20a8b2 Major Bugfix. Fix server component client compatibility 2026-03-22 10:34:30 +01:00
tben 9f619c8898 Update init. Remove uneccessary directores creation 2026-03-22 05:06:36 +01:00
tben 32056b5cb6 Update HMR logic. Refresh on server props update. 2026-03-21 18:03:36 +01:00
tben a504046a36 Update dependencies. 2026-03-21 17:23:20 +01:00
tben 5ebac74353 Updates 2026-03-21 17:16:33 +01:00
tben 070e6860d8 Updates 2026-03-21 17:08:04 +01:00
tben d75125d9fa Add Setup for git.tben.me. Add publish.sh script 2026-03-21 16:47:49 +01:00
tben 4ee3876710 Update bundler. Handle non-existent file error. 2026-03-21 16:35:30 +01:00
tben 632c70fc90 Update watcher function. Add .css files to the rebuild pipeline 2026-03-21 14:58:41 +01:00
tben 13bd8bb851 Update README.md 2026-03-21 14:36:32 +01:00
tben 4b79993d37 Bugfix. Update generate-web-html function 2026-03-21 14:24:12 +01:00
tben 51db0c447c Bugfix. Update generate-web-html function 2026-03-21 14:05:02 +01:00
tben a38841a587 Major Bugfix. Update init function 2026-03-21 13:52:53 +01:00
tben d3336b48c7 Bugfixes: update types, update imports, update init function. 2026-03-21 13:47:40 +01:00
tben 3545b6dc08 Update tests 2026-03-21 10:20:16 +01:00
tben d2ddaef0d4 Update tests 2026-03-21 10:14:38 +01:00
tben cf010ad4f5 Update watcher function. Add tests 2026-03-21 09:03:26 +01:00
tben 5c53e94a3e Bugfixes. Documentation update. 2026-03-21 08:10:02 +01:00
tben 98d3cf7da7 Add features: custom server and websocket. Minor refactoring 2026-03-21 07:42:38 +01:00
tben 1611c845b9 Update Version 2026-03-21 06:38:20 +01:00
tben 7ef114ee70 Handle browser Errors. 2026-03-21 06:34:32 +01:00
tben d893a31d73 fs watcher Bugfix. First HMR call causes a browser error. 2026-03-21 06:07:45 +01:00
tben 71f3598709 Refactor HMR server-side watcher. Move to fs.watch instead of the inbuild esbuild.watch 2026-03-21 05:21:51 +01:00
tben 5fbcd0b8d6 Update Package.json. 2026-03-20 14:45:38 +01:00
tben 21b2eb8202 Update documentaion. 2026-03-20 13:22:51 +01:00
tben 39f802d26a Update documentaion. 2026-03-20 12:46:03 +01:00
tben 52dde6c0ab Update HMR. Make it true HMR. Add URL to page server props 2026-03-20 11:19:22 +01:00
tben 7804a34951 Add url to server response 2026-03-19 06:33:47 +01:00
tben f722d4ae47 Update dist 2026-03-19 05:27:31 +01:00
tben 00fed4336d Update version 2026-03-19 05:26:45 +01:00
tben ef53ab5f2a Bugfix and major refactor. Update server-side page rendering logic. 2026-03-19 05:26:20 +01:00
tben c2c63a1a99 Update logs 2026-03-18 18:02:11 +01:00
tben 9be3ceb642 Publish npm package via github 2026-03-18 17:48:21 +01:00
tben 9b8e80728e Update dist 2026-03-18 17:38:48 +01:00
tben eec0df83cd Add dist 2026-03-18 17:37:24 +01:00
tben f6db3ab866 Bugfix Caching 2026-03-17 22:00:11 +01:00
tben 32e914fdc1 Add Caching 2026-03-17 21:47:12 +01:00
tben 35930857fd Update API routes function. Add middleware. Update README.md 2026-03-17 19:38:06 +01:00
tben ee1fb5897e Add More Features to pages main component 2026-03-17 18:53:27 +01:00
tben 9e94e20198 Fix Bundler Errors 2026-03-17 18:09:30 +01:00
tben 05154bb758 Bugfix catch all page renaming bundler error 2026-03-17 17:48:24 +01:00
tben 12de7ff891 Resolve page errors gracefully 2026-03-17 17:00:08 +01:00
tben c6166f5fd2 Bugfix watcher function. Refresh bundler after adding and removing pages 2026-03-17 16:20:58 +01:00
tben d56fe0ee55 Add 404 page 2026-03-17 15:29:57 +01:00
tben 451639b0c3 Add page meta. Update page HTML gen function 2026-03-17 15:23:10 +01:00
tben ecc841f7ed Update 2026-03-17 14:58:08 +01:00
tben cefcad9b76 Update 2026-03-17 04:56:01 +01:00
tben 19d0ceb7db First working version 2026-03-16 20:44:15 +01:00
tben ca9d6a75ff Updates 2026-03-16 04:33:33 +01:00
tben 075e2f88d6 Updates 2026-03-15 09:03:20 +01:00
tben ec2dc0c4dc Updates 2026-03-15 08:30:54 +01:00
tben 6dd00f2561 Updates 2026-03-05 05:50:41 +01:00
tben f7c0e927c7 Updates 2026-02-26 04:08:06 +01:00
tben 8177df7dd3 First Commit 2025-11-05 07:12:15 +01:00