Redpoint

To Consider

Known Issues

Compatibility

As an experimental framework, Redpoint is not battle-tested and may not be compatible with all third-party dependencies, UI libraries, or components. For instance, popular tools like Tailwind CSS cannot be installed as standard dependenices to function. Instead, you'll need to use alternative integration methods, such as the Tailwind CLI or using their Play CDN method.

Tutorials will be provided later on, for installing certain third-party tools that'll be tested with Redpoint as development continues. SudoVanilla sincerely apologizes for any inconvenience caused by this current lack of tool support.

HMR Responds to src/pages only

When updating components, layouts, styles, and other aspects that are not pages; the site won't update in development mode. Redpoint only updates live to src/pages only. The HMR did work as expected in early development of Redpoint, changes to the router or server file over time may have broken something. Could be related to LoadPages() function or the Deno.serve() section of the server file.