|
|
|
|
|
by cliffordfajardo
1594 days ago
|
|
Typescript, React & Posgres or SQLite. I’m really enjoying Remix.run. It’s shares some commonalities with SvelteKit & NextJS.
.
This is subjective of course, but I enjoy how in Remix there is only 1 way to fetch data, which I believe is simpler mental model & way to get started with or work with: “The fundamental difference here is that Next.js has four "modes" for getting data on the page: (1)getInitialProps - called server and client side (2)getServerSideProps - called server (3) getStaticProps - called at build time
(4)client fetching - called in the browser
with Remix there is only 1 called loader” https://remix.run/blog/remix-vs-next |
|