What's on our radar of Frontend technologies and should be battle tested? This is a list of technologies we think deserves our attention and are possible topic for next FE hackaton 🙂
But! You don't need to restrict the list to technologies, feel free to add any technique, tool you think would help us make Frontends better and needs to be assessed.
Technologies
To AssessRemix.runHydrogenVite.JSX-StateStitchesParty townLexicalMantineHotwireIn TrialJotaiReact Hook FormRadix UIAdoptedNext.JS
To Assess
Remix.run
Web framework, soon open sourced. Kent praises it a lot
Hydrogen
custom e-commerce sites using shopify focused on server side rendering (Next.js)
- predefined components and hooks to manage data, ui
- good devex = vite, tailwind
Vite.JS
ES modules based tooling
X-State
Stitches
The modern CSS-in-JS library with near-zero runtime.
Party town
Run third-party scripts from a Web Worker
Lexical
Rich text editor framework
Mantine
Fully featured React component library
Hotwire
FW by 37 signals to built javascript light applications (websites)
In Trial
Jotai
State management similar to Recoil which is simpler but improves some patterns used by Recoil
React Hook Form
library that helps you validate forms in React (alternative to Formik, Redux-form, Final-form)
- "less code, more performant" + (light, TS support, form builder, great docs, Dev Tools)
- Easy integration with UI libraries
- hooks
- only works with functional components (= not out of the box)
Radix UI
Unstyled components for building design systems.
Adopted
Next.JS
We all know it, just need a time and opportunity to test it in real app.
Â